CVS: crater/x11-apps/openoffice-src BUILD,1.8,1.9

nhudson at lunar-linux.org nhudson at lunar-linux.org
Wed Aug 13 02:52:53 GMT 2003


Update of /var/cvs/lunar/crater/x11-apps/openoffice-src
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31703

Modified Files:
	BUILD 
Log Message:

Ok fixing the BUILD script so that it will compile with your compiler opts


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/x11-apps/openoffice-src/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD	13 Aug 2003 01:55:16 -0000	1.8
+++ BUILD	13 Aug 2003 02:52:51 -0000	1.9
@@ -11,16 +11,14 @@
   ../../patches/apply.pl ../../patches/RC3_030729/ . &&
 
   cd solenv/inc    &&
-  cp unxlngi3.mk unxlngi3.mk.orig &&
-  sed -e "s:^CFLAGSOPT=.*:CFLAGSOPT=$CFLAGS:g" \
-  unxlngi3.mk.orig > unxlngi3.mk &&
- 
-  cp unxlngi4.mk unxlngi4.mk.orig &&
-  sed -e "s:^CFLAGSOPT=.*:CFLAGSOPT=$CFLAGS:g" \
-  unxlngi4.mk.orig > unxlngi4.mk
+
+  sed -e "s:^CFLAGSCC=.*:CFLAGSCC=$CFLAGS:g" unxlngi3.mk   &&
+  sed -e "s:^CFLAGSCXX=.*:CFLAGSCXX=$CFLAGS:g" unxlngi3.mk &&
+  sed -e "s:^CFLAGSCC=.*:CFLAGSCC=$CFLAGS:g" unxlngi4.mk   &&
+  sed -e "s:^CFLAGSCXX=.*:CFLAGSCXX=$CFLAGS:g" unxlngi4.mk &&
 
   cd $SOURCE_DIRECTORY/build/RC030729/extras/source/symbols &&
-  rm -fr *bmp
+  rm -fr *bmp                                               &&
 
   cp $SCRIPT_DIRECTORY/build-ooo $SOURCE_DIRECTORY/bin &&
   cp $SCRIPT_DIRECTORY/package-ooo $SOURCE_DIRECTORY/bin &&




More information about the Lunar-commits mailing list