summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdt <gdt>2007-08-02 13:23:57 +0000
committergdt <gdt>2007-08-02 13:23:57 +0000
commit4d3a70524a884eddfa68605f1dacb39f55cae314 (patch)
treece62b8150563adb7536aba8abda1e5866ac93356
parentec077410a67a5f26f5227946aa168ecca0d018ff (diff)
downloadquagga-4d3a70524a884eddfa68605f1dacb39f55cae314.tar.bz2
quagga-4d3a70524a884eddfa68605f1dacb39f55cae314.tar.xz
workaround buggy solaris/Makefile.am which requires GNU make.
-rwxr-xr-xREADME.NetBSD9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.NetBSD b/README.NetBSD
index 10754815..e541ec1e 100755
--- a/README.NetBSD
+++ b/README.NetBSD
@@ -6,6 +6,14 @@ $Id$
# probably on any system using pkgsrc.
# One should have readline installed already (pkgsrc/devel/readline).
+# Quagga is currently documented not to require GNU make, but the
+# contents of solaris seem to require it.
+
+if true; then
+ MAKE=gmake
+ echo "WARNING: using gmake to work around buggy solaris/Makefile.am"
+fi
+
case $1 in
build)
@@ -27,4 +35,3 @@ case $1 in
make clean
esac
-