[ooo-build-commit] Branch 'ooo/OOO320' - icc/makefile.mk

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Nov 25 18:30:53 PST 2009


 icc/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3ec33950c4b4f45737835c7013bccf03ea4d670c
Author: Oliver Bolte <obo at openoffice.org>
Date:   Wed Nov 25 10:38:36 2009 +0000

    #i10000# use -o option for unzip to prevent overwrite asking during build

diff --git a/icc/makefile.mk b/icc/makefile.mk
index 07be6c1..2f353bc 100644
--- a/icc/makefile.mk
+++ b/icc/makefile.mk
@@ -49,7 +49,7 @@ CONVERTFILES= \
     Contrib$/ICC_utils$/Stubs.h \
     Contrib$/ICC_utils$/Vetters.cpp
 
-CONFIGURE_ACTION= $(GNUCOPY) -r $(BACK_PATH)..$/source$/create_sRGB_profile Contrib$/CmdLine && unzip $(BACK_PATH)..$/makefiles.zip
+CONFIGURE_ACTION= $(GNUCOPY) -r $(BACK_PATH)..$/source$/create_sRGB_profile Contrib$/CmdLine && unzip -o $(BACK_PATH)..$/makefiles.zip
 BUILD_ACTION=dmake &&  cd Contrib$/CmdLine$/create_sRGB_profile && $(AUGMENT_LIBRARY_PATH) .$/create_sRGB_profile
 
 # --- Targets ------------------------------------------------------


More information about the ooo-build-commit mailing list