ooo-build r14883 - in trunk: . doc patches/dev300
- From: michael svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14883 - in trunk: . doc patches/dev300
- Date: Wed, 17 Dec 2008 14:11:14 +0000 (UTC)
Author: michael
Date: Wed Dec 17 14:11:13 2008
New Revision: 14883
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14883&view=rev
Log:
2008-12-17 Michael Meeks <michael meeks novell com>
* patches/dev300/quiet-build.diff: Cedric's patch to
quieten last_target.
2008-12-16 Michael Meeks <michael meeks novell com>
* patches/test/sw-dump-layout-tree.diff: Florian's debugging
* code.
Modified:
trunk/ChangeLog
trunk/doc/installer.txt
trunk/patches/dev300/quiet-build.diff
Modified: trunk/doc/installer.txt
==============================================================================
--- trunk/doc/installer.txt (original)
+++ trunk/doc/installer.txt Wed Dec 17 14:11:13 2008
@@ -11,8 +11,24 @@
+ call it just once for the whole file.
+ use simpler regexps
+is it trailing / to the '$' regexps that are the problem ?
+
+%Time ExclSec CumulS #Calls sec/call Csec/c Name
+ 57.1 2.125 2.451 8 0.2657 0.3063 installer::setupscript::get_all_it
+ ems_from_script
+ 8.50 0.316 0.316 54248 0.0000 0.0000 installer::remover::remove_leading
+ _and_ending_quotationmarks
+to: with some chomps ...
+%Time ExclSec CumulS #Calls sec/call Csec/c Name
+ 55.5 2.115 2.491 8 0.2644 0.3113 installer::setupscript::get_all_it
+ ems_from_script
+ 9.61 0.366 0.366 54248 0.0000 0.0000 installer::remover::remove_leading
+ _and_ending_quotationmarks
+
---- installer::setupscript::replace_all_setupscriptvariables_in_script ----
+Sped this beasty up:
+
before:
33.4 2.030 2.030 1 2.0300 2.0300 installer::setupscript::replace_al
l_setupscriptvariables_in_script
Modified: trunk/patches/dev300/quiet-build.diff
==============================================================================
--- trunk/patches/dev300/quiet-build.diff (original)
+++ trunk/patches/dev300/quiet-build.diff Wed Dec 17 14:11:13 2008
@@ -49,3 +49,18 @@
# ===========================================================================
# unter NT werden Variablennamen an untergeordnete makefiles UPPERCASE
# weitergereicht, aber case significant ausgewertet!
+
+--- solenv/inc/target.mk
++++ solenv/inc/target.mk
+@@ -1679,7 +1679,10 @@ ZIPDEPPHONY=.PHONY
+ .ENDIF
+
+ last_target:
+- @echo -------------
++.IF "$(QUIET_BUILD)"==""
++ @echo -------------
++.ENDIF
++ $(NULL)
+
+ $(MISC)$/$(TARGET)genjava.mk: $(IDLFILES)
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]