ooo-build r11926 - in branches/sled-10-sp1-ooo-build-2-4: .	patches/ooxml patches/src680
- From: pmladek svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r11926 - in branches/sled-10-sp1-ooo-build-2-4: .	patches/ooxml patches/src680
- Date: Mon, 17 Mar 2008 17:17:01 +0000 (GMT)
Author: pmladek
Date: Mon Mar 17 17:17:01 2008
New Revision: 11926
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11926&view=rev
Log:
2008-03-17  Petr Mladek  <pmladek suse cz>
	* patches/ooxml/oox-token-deps.diff, patches/src680/apply: fix
	  dependencies; call gperf when tokens.gperf is ready
Added:
   branches/sled-10-sp1-ooo-build-2-4/patches/ooxml/oox-token-deps.diff
Modified:
   branches/sled-10-sp1-ooo-build-2-4/ChangeLog
   branches/sled-10-sp1-ooo-build-2-4/patches/src680/apply
Added: branches/sled-10-sp1-ooo-build-2-4/patches/ooxml/oox-token-deps.diff
==============================================================================
--- (empty file)
+++ branches/sled-10-sp1-ooo-build-2-4/patches/ooxml/oox-token-deps.diff	Mon Mar 17 17:17:01 2008
@@ -0,0 +1,16 @@
+--- oox/source/token/makefile.mk.old	2008-02-29 09:16:57.000000000 +0100
++++ oox/source/token/makefile.mk	2008-03-17 18:05:51.000000000 +0100
+@@ -54,10 +54,11 @@ SLOFILES =	\
+ 
+ .INCLUDE :  target.mk
+ 
+-$(INCCOM)$/tokens.hxx $(INCCOM)$/tokenwords.inc $(MISC)$/tokens.gperf : tokens.txt gentoken.pl
++$(INCCOM)$/tokens.hxx $(INCCOM)$/tokenwords.inc $(MISC)$/tokens.gperf $(MISC)$/tokens.gperf.stamp : tokens.txt gentoken.pl
+ 		$(PERL) gentoken.pl tokens.txt $(INCCOM)$/tokens.hxx $(INCCOM)$/tokenwords.inc $(MISC)$/tokens.gperf
++		touch $(MISC)$/tokens.gperf.stamp
+ 
+-$(INCCOM)$/tokens.inc : $(MISC)$/tokens.gperf
++$(INCCOM)$/tokens.inc : $(MISC)$/tokens.gperf.stamp
+ 		gperf --compare-strncmp $(MISC)$/tokens.gperf | $(SED) -e "s/(char\*)0/(char\*)0, 0/g" >$(INCCOM)$/tokens.inc
+ 
+ $(SLO)$/tokenmap.obj : $(INCCOM)$/tokens.inc $(INCCOM)$/tokenwords.inc $(INCCOM)$/tokens.hxx
Modified: branches/sled-10-sp1-ooo-build-2-4/patches/src680/apply
==============================================================================
--- branches/sled-10-sp1-ooo-build-2-4/patches/src680/apply	(original)
+++ branches/sled-10-sp1-ooo-build-2-4/patches/src680/apply	Mon Mar 17 17:17:01 2008
@@ -1535,6 +1535,7 @@
 
 gperf-3-is-needed.diff
 
+oox-token-deps.diff
 
 [ CalcFixes ]
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]