]> git.puffer.fish Git - mirror/frr.git/commitdiff
workaround buggy solaris/Makefile.am which requires GNU make.
authorGreg Troxel <gdt@fnord.ir.bbn.com>
Thu, 2 Aug 2007 13:23:57 +0000 (13:23 +0000)
committerGreg Troxel <gdt@fnord.ir.bbn.com>
Thu, 2 Aug 2007 13:23:57 +0000 (13:23 +0000)
README.NetBSD

index 10754815d0ea4e4134fd6504945678837629813a..e541ec1e16c236d2dbc5c43c5bd46e8ba6c8368d 100755 (executable)
@@ -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
-