From: Greg Troxel Date: Thu, 2 Aug 2007 13:23:57 +0000 (+0000) Subject: workaround buggy solaris/Makefile.am which requires GNU make. X-Git-Tag: frr-2.0-rc1~2495 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=37ccd1467e8500699fb9047c5ba214f7ffbd1347;p=mirror%2Ffrr.git workaround buggy solaris/Makefile.am which requires GNU make. --- diff --git a/README.NetBSD b/README.NetBSD index 10754815d0..e541ec1e16 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 -