[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:oo-deb/debian changelog,1.362.2.34,1.362.2.35 rules,1.231.2.20,1.231.2.21



Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv13918

Modified Files:
      Tag: OPENOFFICE_ORG_1_1_3
	changelog rules 
Log Message:
    - add hack to run a dmake in bridges/source/cpp_uno/gcc3_linux_arm to
      get the directory be able to autobuild since it somehow only works on
      second run... [RE


Index: changelog
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v
retrieving revision 1.362.2.34
retrieving revision 1.362.2.35
diff -u -d -r1.362.2.34 -r1.362.2.35
--- changelog	4 Nov 2004 17:56:10 -0000	1.362.2.34
+++ changelog	7 Nov 2004 17:32:14 -0000	1.362.2.35
@@ -7,9 +7,12 @@
       JDK 1.4?) (closes: #260435) [RE]
   * debian/rules:
     - remove patch apply conditionals on arm, now in ooo-build proper [RE]
+    - add hack to run a dmake in bridges/source/cpp_uno/gcc3_linux_arm to
+      get the directory be able to autobuild since it somehow only works on
+      second run... [RE]
   * debian/patches/linux-arm-support.diff: remove, now in ooo-build proper [RE]
 
- -- Rene Engelhard <rene@zero>  Thu,  4 Nov 2004 18:49:30 +0100
+ -- Rene Engelhard <rene@debian.org>  Sun,  7 Nov 2004 18:23:23 +0100
 
 openoffice.org (1.1.3-1) experimental; urgency=low
 

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.231.2.20
retrieving revision 1.231.2.21
diff -u -d -r1.231.2.20 -r1.231.2.21
--- rules	4 Nov 2004 17:56:10 -0000	1.231.2.20
+++ rules	7 Nov 2004 17:32:14 -0000	1.231.2.21
@@ -696,6 +696,16 @@
 solver: $(STAMP_DIR)/solver
 $(STAMP_DIR)/solver: $(STAMP_DIR)/bootstrap
 	dh_testdir
+
+ifeq "$(ARCH)-linux" "arm-linux"
+	# the first try somehow fails and the second one suceeds. see
+	# http://porting.openoffice.org/servlets/ReadMsg?list=dev&msgNo=14612
+	# hack around this by just trying a dmake here and the subsequent
+	# normal "build" should work then
+	-. $(SOURCE_TREE)/$(ENVFILE); \
+		cd $(SOURCE_TREE)/bridges/cpp_uno/gcc3_linux_arm && $(DMAKE)
+endif
+
 	. $(SOURCE_TREE)/$(ENVFILE); cd $(SOURCE_TREE)/instsetoo && \
 	    $(BUILDCMD) $(STARTFROM) $(BUILDFLAGS) -- instsetext= $(DMAKEFLAGS)
 	



Reply to: