prereq.mk: only define .NOTPARALLEL when processing prereq checks
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42877 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
faed8b3ca7
commit
d359a375c3
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,7 @@ define Require
|
|||
CHECK_$(1):=1
|
||||
|
||||
.SILENT: prereq-$(1) check-$(1)
|
||||
.NOTPARALLEL:
|
||||
endif
|
||||
endef
|
||||
|
||||
|
@ -59,4 +60,3 @@ define RequireHeader
|
|||
$$(eval $$(call Require,$(1),$(2)))
|
||||
endef
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue