From: <smi...@pr...> - 2004-02-01 15:02:50
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21377/scripts Modified Files: samba Log Message: enabled parallel build found the solution for the compile problems on the distcc mailinglist Index: samba =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/samba,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- samba 11 Jan 2004 14:43:05 -0000 1.23 +++ samba 1 Feb 2004 15:00:55 -0000 1.24 @@ -33,8 +33,8 @@ --with-fhs --with-smbmount --with-libsmbclient --with-ssl --with-syslog --with-utmp --with-msdfs \ --with-acl-support --with-winbind --with-quotas --with-vfs --with-smbwrapper \ --with-logfilebase=/var/log --with-swatdir=/usr/share/samba/swat || exit 1 - # parallel build doesn't work - make || exit 1 + make proto || exit 1 + make $PMAKE || exit 1 strip_debug fi ;; |