about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-10-08 02:41:22 +0000
committerEric Wong <e@80x24.org>2019-10-09 06:43:27 +0000
commit646e33519ca10f0e0e8ef6f0e974a6a82805c242 (patch)
tree40cb95e24a844504c65b68761a5c391554e774c3
parent22d9cabeb30bdf491308f60528b6c6a442941d07 (diff)
downloadpublic-inbox-646e33519ca10f0e0e8ef6f0e974a6a82805c242.tar.gz
ExtUtils::MakeMaker uses non-POSIX '::', at least; and
our own Documentation/include.mk and our postamble are
written for GNU make.

GNU make is also more widely-installed and available than any
other make; even if I'm not generally a fan of GNU-isms.
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index a661c776..f7e5999e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -182,7 +182,7 @@ Once the dependencies are installed, you should be able to build and
 install the system (into /usr/local) with:
 
         perl Makefile.PL
-        make
+        make # GNU make is preferred, `gmake' on BSD systems
         make test
         make install # root permissions may be needed