From: <smi...@us...> - 2003-12-31 16:07:10
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv11959/scripts Modified Files: net-snmp Log Message: parallel builds where not disabled Index: net-snmp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/net-snmp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- net-snmp 13 Oct 2003 17:36:08 -0000 1.2 +++ net-snmp 31 Dec 2003 16:07:05 -0000 1.3 @@ -31,7 +31,7 @@ if [ "$CONFIG_NET_SNMP" = "y" ]; then ./configure --prefix=/usr --disable-debugging --sysconfdir=/etc --localstatedir=/var --with-defaults --enable-shared --enable-ipv6 --enable-ucd-compatibility --with-zlib || exit 1 # disable parallel builds - make $PMAKE all || exit 1 + make all || exit 1 strip_debug #mkdir -p $WORKDIR/LIBS/net-snmp || exit 1 #make install prefix=$WORKDIR/LIBS/net-snmp/usr exec_prefix=$WORKDIR/LIBS/net-snmp/usr sysconfdir=$WORKDIR/LIBS/net-snmp/etc persistentdir=$WORKDIR/LIBS/net-snmp/var/net-snmp || exit 1 |