[Lunar-commits] CVS: moonbase/libs/glibc BUILD,1.23,1.24
Auke Kok
sofar at lunar-linux.org
Mon Dec 13 11:46:12 UTC 2004
Update of /var/cvs/lunar/moonbase/libs/glibc
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/libs/glibc
Modified Files:
BUILD
Log Message:
more explicit exits needed
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/glibc/BUILD,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- BUILD 5 Aug 2004 13:17:31 -0000 1.23
+++ BUILD 13 Dec 2004 11:46:09 -0000 1.24
@@ -31,7 +31,8 @@
--mandir=/usr/share/man \
--prefix=/usr \
$OPTS &&
- make &&
+ # explicitly exit here since the following code unsets $?
+ make || exit 1
# Preserve the old glibc temporarily
case "`arch`" in
More information about the Lunar-commits
mailing list