From 8afe543865fdfd750dec7daf45797018132d7939 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 12 Oct 2015 13:56:02 +0000 Subject: Push back GNU make dependency to 3.81 --- INSTALL | 2 +- Makefile | 4 ++-- doc/index.html | 2 +- package/deps.mak | 37 ++++++++++++++++++------------------- tools/gen-deps.sh | 4 ++-- 5 files changed, 24 insertions(+), 25 deletions(-) diff --git a/INSTALL b/INSTALL index 87f2d13..60f831a 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ Build Instructions ------------ - A POSIX-compliant C development environment - - GNU make version 4.0 or later + - GNU make version 3.81 or later - skalibs version 2.3.7.1 or later: http://skarnet.org/software/skalibs/ - execline version 2.1.4.1 or later: http://skarnet.org/software/execline/ - s6 version 2.2.1.1 or later: http://skarnet.org/software/s6/ diff --git a/Makefile b/Makefile index 6eba87f..c3b4a4a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ it: all -make_need := 4.0 +make_need := 3.81 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 @@ -20,7 +20,7 @@ INTERNAL_LIBS := EXTRA_TARGETS := LIB_DEFS := -define library_definition = +define library_definition LIB$(firstword $(subst =, ,$(1))) := lib$(lastword $(subst =, ,$(1))).$(if $(DO_ALLSTATIC),a,so).xyzzy ifdef DO_SHARED SHARED_LIBS += lib$(lastword $(subst =, ,$(1))).so.xyzzy diff --git a/doc/index.html b/doc/index.html index 340df6a..7c2e4ba 100644 --- a/doc/index.html +++ b/doc/index.html @@ -40,7 +40,7 @@ compiled with IPv6 support, s6-networking is IPv6-ready.