mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 15:10:28 +02:00
Avoid running cleanppulogs and ppulogs rules in parallel
This commit is contained in:
parent
2ec99cc82e
commit
8fa80295d0
@ -5514,7 +5514,8 @@ cleanppulogs :
|
|||||||
cleanrtlppulogs :
|
cleanrtlppulogs :
|
||||||
-$(RMPROG) $(RTLPPULOGLIST)
|
-$(RMPROG) $(RTLPPULOGLIST)
|
||||||
testppudump :
|
testppudump :
|
||||||
$(MAKE) cleanrtlppulogs cleanppulogs ppulogs rtlppulogs
|
$(MAKE) cleanrtlppulogs cleanppulogs
|
||||||
|
$(MAKE) ppulogs rtlppulogs
|
||||||
localmake:=$(strip $(wildcard makefile.loc))
|
localmake:=$(strip $(wildcard makefile.loc))
|
||||||
ifdef localmake
|
ifdef localmake
|
||||||
include ./$(localmake)
|
include ./$(localmake)
|
||||||
|
@ -1318,7 +1318,8 @@ cleanrtlppulogs :
|
|||||||
-$(RMPROG) $(RTLPPULOGLIST)
|
-$(RMPROG) $(RTLPPULOGLIST)
|
||||||
|
|
||||||
testppudump :
|
testppudump :
|
||||||
$(MAKE) cleanrtlppulogs cleanppulogs ppulogs rtlppulogs
|
$(MAKE) cleanrtlppulogs cleanppulogs
|
||||||
|
$(MAKE) ppulogs rtlppulogs
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# local user configurable file
|
# local user configurable file
|
||||||
|
@ -2061,4 +2061,5 @@ ppuinfo :
|
|||||||
echo RMPPULOG list is "$(RMPPULOGLIST)"
|
echo RMPPULOG list is "$(RMPPULOGLIST)"
|
||||||
cleanppulogs : $(RMPPULOGLIST)
|
cleanppulogs : $(RMPPULOGLIST)
|
||||||
testppudump :
|
testppudump :
|
||||||
$(MAKE) cleanppulogs ppulogs
|
$(MAKE) cleanppulogs
|
||||||
|
$(MAKE) ppulogs
|
||||||
|
@ -182,5 +182,6 @@ ppuinfo :
|
|||||||
cleanppulogs : $(RMPPULOGLIST)
|
cleanppulogs : $(RMPPULOGLIST)
|
||||||
|
|
||||||
testppudump :
|
testppudump :
|
||||||
$(MAKE) cleanppulogs ppulogs
|
$(MAKE) cleanppulogs
|
||||||
|
$(MAKE) ppulogs
|
||||||
|
|
||||||
|
@ -2972,4 +2972,5 @@ ppuinfo :
|
|||||||
echo PPULOG list is "$(PPULOGLIST)"
|
echo PPULOG list is "$(PPULOGLIST)"
|
||||||
cleanppulogs : $(RMPPULOGLIST)
|
cleanppulogs : $(RMPPULOGLIST)
|
||||||
testppudump :
|
testppudump :
|
||||||
$(MAKE) cleanppulogs ppulogs
|
$(MAKE) cleanppulogs
|
||||||
|
$(MAKE) ppulogs
|
||||||
|
@ -154,5 +154,6 @@ ppuinfo :
|
|||||||
cleanppulogs : $(RMPPULOGLIST)
|
cleanppulogs : $(RMPPULOGLIST)
|
||||||
|
|
||||||
testppudump :
|
testppudump :
|
||||||
$(MAKE) cleanppulogs ppulogs
|
$(MAKE) cleanppulogs
|
||||||
|
$(MAKE) ppulogs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user