Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv26795/scripts
Modified Files:
samba
Log Message:
samba3 doesn't like parallel builds
Index: samba
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/samba,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- samba 21 Dec 2003 15:53:53 -0000 1.21
+++ samba 31 Dec 2003 20:32:38 -0000 1.22
@@ -34,8 +34,9 @@
--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
- make $PMAKE || exit 1
- strip_debug
+ # parallel build doesn't work
+ make || exit 1
+ strip_debug
fi
;;
|