[Lunar-commits] CVS: moonbase/compilers/gcc/3.4.3 BUILD,1.2,1.3
Terry Chan
tchan at lunar-linux.org
Tue Dec 14 22:35:14 UTC 2004
Update of /var/cvs/lunar/moonbase/compilers/gcc/3.4.3
In directory espresso.foo-projects.org:/tmp/cvs-serv30394
Modified Files:
BUILD
Log Message:
Corrected a path problem in the BUILD script. Should be ../gcc/config.build
NOT gcc/config.build
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/gcc/3.4.3/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 14 Dec 2004 21:29:40 -0000 1.2
+++ BUILD 14 Dec 2004 22:35:12 -0000 1.3
@@ -3,7 +3,7 @@
mkdir BUILD &&
cd BUILD &&
- sedit 's/= install-headers-tar/= install-headers-cpio/' gcc/config.build &&
+ sedit 's/= install-headers-tar/= install-headers-cpio/' ../gcc/config.build &&
sedit 's/trap 0/trap "" 0/' ../configure &&
LANGUAGES=${LANGUAGES:=c++} &&
More information about the Lunar-commits
mailing list