Browse Source

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

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 42877
Felix Fietkau 11 năm trước cách đây
mục cha
commit
d99a680230
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/prereq.mk

+ 1 - 1
include/prereq.mk

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