common/makefiles/MakeBase.gmk

changeset 478
2ba6f4da4bf3
parent 458
c8d320b48626
child 494
e64f2cb57d05
     1.1 --- a/common/makefiles/MakeBase.gmk	Thu Sep 06 17:27:20 2012 -0700
     1.2 +++ b/common/makefiles/MakeBase.gmk	Tue Sep 18 11:29:16 2012 -0700
     1.3 @@ -138,7 +138,7 @@
     1.4  
     1.5  # Hook to be called as the very first thing when running a normal build
     1.6  define AtRootMakeStart
     1.7 -	$(if $(findstring -j,$(MAKEFLAGS)), $(error make -j is not supported, use make JOBS=n))
     1.8 +	$(if $(findstring --jobserver,$(MAKEFLAGS)), $(error make -j is not supported, use make JOBS=n))
     1.9  	$(call PrintStartMessage)
    1.10  	$(call StartTimer)
    1.11  endef

mercurial