From: Heiko Z. <smi...@us...> - 2004-10-17 02:07:28
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31175 Modified Files: perl Log Message: parallel build seem to be fixed Index: perl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/perl,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- perl 10 Sep 2004 23:16:24 -0000 1.34 +++ perl 17 Oct 2004 02:07:19 -0000 1.35 @@ -32,8 +32,7 @@ echo "archname='i$CONFIG_CPU-linux'" >> ./hints/linux.sh ./Configure -Dprefix=/usr -Dinstallprefix=$WORKDIR/tmp -Dusethreads -d -e || exit 1 - # parallel build fails - do not user $PMAKE - make || exit 1 + make $PMAKE || exit 1 #strip_debug |