From 71ef7aaf45731e2e6906e4bf245f2e4907ed930c Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 25 Mar 2011 20:22:48 +0100 Subject: [PATCH] do not run deprecated localize-ooo --- bin/build-ooo | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) 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; -- 1.7.0.4