CVS: crater/x11-apps/openoffice-src BUILD, 1.14, 1.15 build-ooo, 1.9, 1.10

nhudson at lunar-linux.org nhudson at lunar-linux.org
Wed Aug 27 22:48:51 GMT 2003


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

Modified Files:
	BUILD build-ooo 
Log Message:

Updating again fixing for new version


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/x11-apps/openoffice-src/BUILD,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- BUILD	27 Aug 2003 11:49:57 -0000	1.14
+++ BUILD	27 Aug 2003 22:48:49 -0000	1.15
@@ -6,15 +6,15 @@
  		$OPTS &&
 
   echo "applying patches"         &&
-  cd $SOURCE_DIRECTORY/build/RC3_030729               &&
-  ../../patches/apply.pl ../../patches/RC3_030729/ . &&
+  cd $SOURCE_DIRECTORY/build/OOO_1_1_RC3              &&
+  ../../patches/apply.pl ../../patches/OOO_1_1_RC3/ . &&
 
-  cd $SOURCE_DIRECTORY/build/RC3_030729/solenv/inc    &&
+  cd $SOURCE_DIRECTORY/build/OOO_1_1_RC3/solenv/inc   &&
                                                                                 
   cp $SCRIPT_DIRECTORY/unxlngi3.mk . &&
   cp $SCRIPT_DIRECTORY/unxlngi4.mk . &&
 
-  cd $SOURCE_DIRECTORY/build/RC3_030729/extras/source/symbols &&
+  cd $SOURCE_DIRECTORY/build/OOO_1_1_RC3/extras/source/symbols &&
   rm -fr *bmp                                                 &&
 
   cp $SCRIPT_DIRECTORY/build-ooo $SOURCE_DIRECTORY/bin &&

Index: build-ooo
===================================================================
RCS file: /var/cvs/lunar/crater/x11-apps/openoffice-src/build-ooo,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- build-ooo	27 Aug 2003 11:49:57 -0000	1.9
+++ build-ooo	27 Aug 2003 22:48:49 -0000	1.10
@@ -146,7 +146,7 @@
 	touch $OOBUILDDIR/$STAMP;
 
 # configure
-cd /usr/src/openoffice/build/RC3_030729/config_office
+cd /usr/src/openoffice/build/OOO_1_1_RC3/config_office
 rm -f config.cache
 echo "configuring ...";
 /usr/bin/autoconf || exit 1;
@@ -154,7 +154,7 @@
 ./configure $CONFIGURE_OPTIONS || exit 1;
 
 echo "Starting tsch source builds"
-cat > /usr/src/openoffice/build/RC3_030729/build-ooo-tcsh <<"EOF"
+cat > /usr/src/openoffice/build/OOO_1_1_RC3/build-ooo-tcsh <<"EOF"
 #!/usr/bin/tcsh
 # Warning - do not edit, this is a temporary file, see build-ooo
 # Many Java files have 8bit char-set comments, javac barfs on them in utf8 locales
@@ -163,8 +163,8 @@
 setenv LD_ASSUME_KERNEL "2.2.5";
 # Embedded python dies without Home set
 setenv HOME "";
-cd /usr/src/openoffice/build/RC3_030729
-source /usr/src/openoffice/build/RC3_030729/*.Set || exit 1;
+cd /usr/src/openoffice/build/OOO_1_1_RC3
+source /usr/src/openoffice/build/OOO_1_1_RC3/*.Set || exit 1;
 echo "Copying libraries to $SOLARVER/$UPD/$INPATH/lib";
 mkdir -p $SOLARVER/$UPD/$INPATH/lib || exit 1;
 cp -R /usr/src/openoffice/build/lib $SOLARVER/$UPD/$INPATH || exit 1;
@@ -179,12 +179,12 @@
 $SOLARENV/$OUTPATH/bin/dmake || $SOLARENV/$OUTPATH/bin/dmake || $SOLARENV/$OUTPATH/bin/dmake || exit 1;
 EOF
 
-chmod 755 /usr/src/openoffice/build/RC3_030729/build-ooo-tcsh
+chmod 755 /usr/src/openoffice/build/OOO_1_1_RC3/build-ooo-tcsh
 # tcsh sucks great rocks, and refuses to re-direct it's output otherwise
 export TERM=
-/usr/src/openoffice/build/RC3_030729/build-ooo-tcsh || exit 1;
+/usr/src/openoffice/build/OOO_1_1_RC3/build-ooo-tcsh || exit 1;
 
-touch /usr/src/openoffice/build/RC3_030729/$STAMP || exit 1;
+touch /usr/src/openoffice/build/OOO_1_1_RC3/$STAMP || exit 1;
 
 echo "Build succeeded ...!"
 exit 0;




More information about the Lunar-commits mailing list