[Libreoffice-commits] .: bin/build-ooo

Petr Mladek pmladek at kemper.freedesktop.org
Mon Mar 28 03:44:31 PDT 2011


 bin/build-ooo |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 7cc47dd6df57562356d6db4d80db61b0940ffcf6
Author: Andras Timar <timar at fsf.hu>
Date:   Fri Mar 25 20:22:48 2011 +0100

    do not run deprecated localize-ooo
    
    * we will migrate all localizations to the translations module
    * fix broken image in help, i#99165 - pushed today
    * workaround for i#56622, n#210797 - solved long time ago
    * copy help auxiliary files if they are missing but the localized
      strings are available - pushed today
    * add all missing en-GB strings; it is a workaround for i#66919,
      n#231678 - these bugs were fixed long time ago

diff --git a/bin/build-ooo b/bin/build-ooo
index c3b2248..9484645 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -149,13 +149,6 @@ if test "z$PIECE" != "z"; then
 	. $TOOLSDIR/bin/piece/build-$PIECE
 else
 
-# update localizations from external sources
-# FIXME temporary hack to merge the GSI files
-cd $TOOLSDIR/bin
-export EXTRA_BUILD_FLAGS EXTRA_DMAKE_FLAGS
-./localize-ooo || exit 1;
-cd -
-
 echo 'Commencing main build'
 
 cd $OOBUILDDIR/instsetoo_native || exit 1;


More information about the Libreoffice-commits mailing list