Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv16262
Modified Files:
glibc man
Log Message:
cleanup
Index: glibc
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/glibc,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- glibc 5 Dec 2011 09:11:38 -0000 1.61
+++ glibc 5 Dec 2011 14:35:43 -0000 1.62
@@ -42,7 +42,6 @@
rm -rf $TMPDIR/usr/lib64 || exit 1
fi
-
# ok we need to do this a little tricky, otherwise all hell breaks loose
pushd $TMPDIR || exit 1
mkdir -p $TMPDIR/etc || exit 1
Index: man
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/man,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- man 5 Dec 2011 09:11:38 -0000 1.18
+++ man 5 Dec 2011 14:35:43 -0000 1.19
@@ -17,7 +17,7 @@
case $1 in
build )
./configure -default -confdir=/etc
- make &&
+ make
;;
|