common/makefiles/MakeBase.gmk
changeset 13132 bd88bb8dd3af
parent 12801 948f8ad66ee7
child 13697 5262b00bc10c
--- a/common/makefiles/MakeBase.gmk	Wed Jul 05 18:14:56 2017 +0200
+++ b/common/makefiles/MakeBase.gmk	Tue Jul 03 16:11:12 2012 -0700
@@ -138,6 +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))
 	$(call PrintStartMessage)
 	$(call StartTimer)
 endef