Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv27174/scripts
Modified Files:
util-linux
Log Message:
some cleanup
Index: util-linux
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- util-linux 2 Dec 2003 16:13:41 -0000 1.14
+++ util-linux 24 Dec 2003 19:43:46 -0000 1.15
@@ -26,14 +26,9 @@
case $1 in
build )
- bzip2 -d $SRCDIR/util-linux-2.12.diff.bz2 2> /dev/null
- patch -p1 < $SRCDIR/util-linux-2.12.diff
+ bzcat $SRCDIR/util-linux-2.12.diff.bz2 | patch -p1 || exit 1
./configure || exit 1
replace_str defines.h "#define ENABLE_NLS" ""
- #make $PMAKE HAVE_SLN=yes ADD_RAW=yes DISABLE_NLS=yes -C lib || exit 1
- #make $PMAKE HAVE_SLN=yes ADD_RAW=yes DISABLE_NLS=yes -C mount LDFLAGS="-s -static" mount || exit 1
- #cp mount/mount mount/mount-static || exit 1
- #make -C mount clean || exit 1
make $PMAKE HAVE_SLN=yes ADD_RAW=yes DISABLE_NLS=yes || exit 1
strip_debug
;;
@@ -47,7 +42,6 @@
cp -dpR $WORKDIR/tmp/etc $ETCDIR/ || exit 1
rm -rf $WORKDIR/tmp/etc || exit 1
cp -dpR $WORKDIR/tmp/* $CDDIR/ || exit 1
- #cp -dpR mount/mount-static $INITRDDIR/sbin/mount || exit 1
rm -rf $WORKDIR/tmp || exit 1
;;
|