gnu make 3.7x will not work - give users an early and clear error message stating...
authorRoyce Mitchell III <royce3@ev1.net>
Sat, 26 Nov 2005 03:37:37 +0000 (03:37 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Sat, 26 Nov 2005 03:37:37 +0000 (03:37 +0000)
svn path=/trunk/; revision=19607

reactos/Makefile

index b654ebf..ae171f0 100644 (file)
 #            -mi          Let make handle creation of install directories. Rbuild will not generate the directories.
 #            -ps          Generate proxy makefiles in source tree instead of the output tree.
 
+# check for versions of make that don't have features we need...
+ifneq ($(filter 3.7%, $(shell $(MAKE) -v)),)
+$(error GNU Make $(filter 3.7%, $(shell $(MAKE) -v)) WILL NOT WORK - UPGRADE TO 3.80+)
+endif
+
 .PHONY: all
 .PHONY: clean
 all: makefile.auto