diff -r 76844579fa4b -r 2ba6f4da4bf3 common/makefiles/MakeBase.gmk --- a/common/makefiles/MakeBase.gmk Thu Sep 06 17:27:20 2012 -0700 +++ b/common/makefiles/MakeBase.gmk Tue Sep 18 11:29:16 2012 -0700 @@ -138,7 +138,7 @@ # Hook to be called as the very first thing when running a normal build define AtRootMakeStart - $(if $(findstring -j,$(MAKEFLAGS)), $(error make -j is not supported, use make JOBS=n)) + $(if $(findstring --jobserver,$(MAKEFLAGS)), $(error make -j is not supported, use make JOBS=n)) $(call PrintStartMessage) $(call StartTimer) endef