1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-29 02:46:16 +02:00

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:
Felix Fietkau 2014-10-12 15:00:41 +00:00
parent 51c665bbdb
commit d99a680230

View File

@ -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: