summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-04-23 16:00:50 +0000
committerRoy Marples <roy@marples.name>2014-04-23 16:00:50 +0000
commitc9beb7cc29899f74ebb638f38f3f23516bc2dc6f (patch)
tree4ace1443195a60af9571fcfa5adaf27032258819 /README
parentf3d23eb267c24f2e77b99302607aec86295507e7 (diff)
downloaddhcpcd-c9beb7cc29899f74ebb638f38f3f23516bc2dc6f.tar.xz
gmake-4 supports != shell assignment operator, like BSD make.
This breaks our hack to support both, so workaround by using GNUmakefile at the toplevel. Note that building a source release now requires BSD make or gmake-4
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index bce2455b..fb6eb8ac 100644
--- a/README
+++ b/README
@@ -83,6 +83,9 @@ In this instance, you may wish to disable some configured tests when
the binary has to run on older versions which lack support, such as getline.
./configure --without-getline
+Building for distribution (ie making a dhcpcd source tarball) now requires
+gmake-4 or any BSD make.
+
Hooks
-----