about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-08-03 23:17:17 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-08-03 23:17:17 +0000
commitf9c1bf26d0d56d249b37d9c7d938abb570d1c31e (patch)
treecdbcef83f4b27e32fa8153a88eddafb76a05f712
parent03ba9aaa10b388f79d056d904c3d1f8ae97c9194 (diff)
downloads6-linux-utils-f9c1bf26d0d56d249b37d9c7d938abb570d1c31e.tar.gz
s6-linux-utils-f9c1bf26d0d56d249b37d9c7d938abb570d1c31e.tar.xz
s6-linux-utils-f9c1bf26d0d56d249b37d9c7d938abb570d1c31e.zip
Add make version guard
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c602cad..3d49943 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,11 @@
 
 it: all
 
+make_need := 4.0
+ifeq "" "$(strip $(filter $(make_need), $(firstword $(sort $(make_need) $(MAKE_VERSION)))))"
+fail := $(error Your make ($(MAKE_VERSION)) is too old. You need $(make_need) or newer)
+endif
+
 CC = $(error Please use ./configure first)
 
 STATIC_LIBS :=