From 8fa80295d0c9adb867aed5b018c1094ded82aef3 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Wed, 3 Apr 2024 14:56:51 +0000 Subject: [PATCH] Avoid running cleanppulogs and ppulogs rules in parallel --- compiler/Makefile | 3 ++- compiler/Makefile.fpc | 3 ++- packages/Makefile | 3 ++- packages/Makefile.fpc | 3 ++- utils/Makefile | 3 ++- utils/Makefile.fpc | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/compiler/Makefile b/compiler/Makefile index 49d70115b2..984d59942a 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -5514,7 +5514,8 @@ cleanppulogs : cleanrtlppulogs : -$(RMPROG) $(RTLPPULOGLIST) testppudump : - $(MAKE) cleanrtlppulogs cleanppulogs ppulogs rtlppulogs + $(MAKE) cleanrtlppulogs cleanppulogs + $(MAKE) ppulogs rtlppulogs localmake:=$(strip $(wildcard makefile.loc)) ifdef localmake include ./$(localmake) diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc index 9ba96112b3..c6e21fcf41 100644 --- a/compiler/Makefile.fpc +++ b/compiler/Makefile.fpc @@ -1318,7 +1318,8 @@ cleanrtlppulogs : -$(RMPROG) $(RTLPPULOGLIST) testppudump : - $(MAKE) cleanrtlppulogs cleanppulogs ppulogs rtlppulogs + $(MAKE) cleanrtlppulogs cleanppulogs + $(MAKE) ppulogs rtlppulogs ##################################################################### # local user configurable file diff --git a/packages/Makefile b/packages/Makefile index 034b4a6109..e21dddaa53 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -2061,4 +2061,5 @@ ppuinfo : echo RMPPULOG list is "$(RMPPULOGLIST)" cleanppulogs : $(RMPPULOGLIST) testppudump : - $(MAKE) cleanppulogs ppulogs + $(MAKE) cleanppulogs + $(MAKE) ppulogs diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index b19e341ffc..97f36c3a68 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -182,5 +182,6 @@ ppuinfo : cleanppulogs : $(RMPPULOGLIST) testppudump : - $(MAKE) cleanppulogs ppulogs + $(MAKE) cleanppulogs + $(MAKE) ppulogs diff --git a/utils/Makefile b/utils/Makefile index 0dae36325e..6dd4288ae7 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -2972,4 +2972,5 @@ ppuinfo : echo PPULOG list is "$(PPULOGLIST)" cleanppulogs : $(RMPPULOGLIST) testppudump : - $(MAKE) cleanppulogs ppulogs + $(MAKE) cleanppulogs + $(MAKE) ppulogs diff --git a/utils/Makefile.fpc b/utils/Makefile.fpc index b80e2221a2..c0da61725c 100644 --- a/utils/Makefile.fpc +++ b/utils/Makefile.fpc @@ -154,5 +154,6 @@ ppuinfo : cleanppulogs : $(RMPPULOGLIST) testppudump : - $(MAKE) cleanppulogs ppulogs + $(MAKE) cleanppulogs + $(MAKE) ppulogs