Skip to content
Snippets Groups Projects
Commit d99a6802 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

prereq.mk: only define .NOTPARALLEL when processing prereq checks


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 42877
parent 51c665bb
No related branches found
No related tags found
No related merge requests found
......@@ -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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment