ooo-build r14518 - in trunk: . bin/piece doc patches/dev300 patches/test
- From: michael svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14518 - in trunk: . bin/piece doc patches/dev300 patches/test
- Date: Mon, 17 Nov 2008 15:29:48 +0000 (UTC)
Author: michael
Date: Mon Nov 17 15:29:48 2008
New Revision: 14518
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14518&view=rev
Log:
2008-11-17 Michael Meeks <michael meeks novell com>
* bin/piece/copyexcept: ignore blank lines.
* patches/dev300/speed-registry-links.diff,
* patches/dev300/apply: don't spend ages looking for symlinks
that are not there in various registries.
Added:
trunk/patches/dev300/speed-registry-links.diff (contents, props changed)
- copied, changed from r14517, /trunk/patches/test/registry-speed.diff
Removed:
trunk/patches/test/registry-speed.diff
Modified:
trunk/ChangeLog
trunk/bin/piece/copyexcept
trunk/doc/split.txt
trunk/patches/dev300/apply
Modified: trunk/bin/piece/copyexcept
==============================================================================
--- trunk/bin/piece/copyexcept (original)
+++ trunk/bin/piece/copyexcept Mon Nov 17 15:29:48 2008
@@ -29,6 +29,7 @@
my @entries;
while (my $name = readdir ($dir)) {
$name =~ /^\./ && next;
+ $name =~ /^\s*$/ && next;
copy_recursive ($excepts, "$src/$name", "$dest/$name");
}
closedir ($dir);
Modified: trunk/doc/split.txt
==============================================================================
--- trunk/doc/split.txt (original)
+++ trunk/doc/split.txt Mon Nov 17 15:29:48 2008
@@ -417,6 +417,11 @@
+ export OOO_ALLOW_PROFILE=1 ...
+ add an --inhibit-profiles flag (?)
+ use it everywhere - except for the last stage ... (?)
+** FIXME:
+ + we have 55Mb -> 18Mb [compressed] of un-necessary crud in
+ /usr/lib/ooo3/solver/lib/*
+ + the installer script needs tweaking ...
+ + [ some tweaks - just bin the binfilter .a files ? ]
+ accelerating patch application ...
+ patched_files +
Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply (original)
+++ trunk/patches/dev300/apply Mon Nov 17 15:29:48 2008
@@ -2160,7 +2160,8 @@
speed-store.diff, i#78495, michael
# don't do a load of locking we don't need to 1% of startup
speed-store-lck.diff, i#78526, michael
-
+# don't burn CPU cycles lookup links that are not there
+speed-registry-links.diff, i#96284, michael
[ WMF ]
wmf-pattern-brush.diff, n#232232, rodo
Copied: trunk/patches/dev300/speed-registry-links.diff (from r14517, /trunk/patches/test/registry-speed.diff)
==============================================================================
--- /trunk/patches/test/registry-speed.diff (original)
+++ trunk/patches/dev300/speed-registry-links.diff Mon Nov 17 15:29:48 2008
@@ -3,8 +3,8 @@
RCS file: /cvs/udk/registry/source/regimpl.cxx,v
retrieving revision 1.28
diff -u -p -r1.28 regimpl.cxx
---- source/regimpl.cxx 11 Apr 2008 10:49:44 -0000 1.28
-+++ source/regimpl.cxx 31 Oct 2008 12:37:17 -0000
+--- registry/source/regimpl.cxx 11 Apr 2008 10:49:44 -0000 1.28
++++ registry/source/regimpl.cxx 31 Oct 2008 12:37:17 -0000
@@ -2168,6 +2174,14 @@ OUString ORegistry::resolveLinks(ORegKey
if ( path.getStr()[0] == '/' )
nIndex++;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]