[Lunar-commits] CVS: moonbase/libs/glibc BUILD.sparc64,1.2,1.3

Terry Chan tchan at lunar-linux.org
Tue Dec 14 21:36:46 UTC 2004


Update of /var/cvs/lunar/moonbase/libs/glibc
In directory espresso.foo-projects.org:/tmp/cvs-serv18481

Modified Files:
	BUILD.sparc64 
Log Message:
Updated this with the latest changes sofar made to the regular BUILD script.


Index: BUILD.sparc64
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/glibc/BUILD.sparc64,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD.sparc64	5 Aug 2004 13:17:31 -0000	1.2
+++ BUILD.sparc64	14 Dec 2004 21:36:43 -0000	1.3
@@ -35,7 +35,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
   LD=/lib/ld-linux.so.2



More information about the Lunar-commits mailing list