prereq.mk: only define .NOTPARALLEL when processing prereq checks
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42877
This commit is contained in:
parent
51c665bbdb
commit
d99a680230
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,7 @@ define Require
|
||||||
CHECK_$(1):=1
|
CHECK_$(1):=1
|
||||||
|
|
||||||
.SILENT: prereq-$(1) check-$(1)
|
.SILENT: prereq-$(1) check-$(1)
|
||||||
|
.NOTPARALLEL:
|
||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -59,4 +60,3 @@ define RequireHeader
|
||||||
$$(eval $$(call Require,$(1),$(2)))
|
$$(eval $$(call Require,$(1),$(2)))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
.NOTPARALLEL:
|
|
||||||
|
|
Loading…
Reference in a new issue