CVS: moonbase/compilers/gcc BUILD,1.8,1.9
Steven Michaelske
hardkrash at lunar-linux.org
Sun Nov 16 21:38:49 GMT 2003
Update of /var/cvs/lunar/moonbase/compilers/gcc
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27013
Modified Files:
BUILD
Log Message:
THis is for when gcc desides to compile something in the make install phase
Gerrrrr hardkrash
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/gcc/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD 25 Apr 2003 20:54:34 -0000 1.8
+++ BUILD 16 Nov 2003 21:38:47 -0000 1.9
@@ -19,8 +19,13 @@
set +x &&
sedit 's/= install-headers-tar/= install-headers-cpio/' gcc/Makefile &&
make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap-lean &&
+ OLD_PATH=$PATH &&
+ PATH=$PATH:/usr/src/gcc-3.2.3-BUILD/gcc &&
+ OLD_LD_PATH=$LD_LIBRARY_PATH &&
+ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/src/gcc-3.2.3-BUILD/old.libraries &&
prepare_install &&
- make install
-
+ make install &&
+ PATH=$OLD_PATH &&
+ LD_LIBRARY_PATH=$OLD_LD_PATH
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list