diff options
author | sb <sb@openoffice.org> | 2010-01-12 18:49:59 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-12 18:49:59 +0100 |
commit | 5f845545bfd280af978bec9967ed06f6478bce8a (patch) | |
tree | c782948038dfae14ebe02a41a3ee18e22bc1d394 /icu | |
parent | 602ab815e12576376ac6cc73178b16510a52ca49 (diff) |
sb118: #i108269# first step of removing tcsh support
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index c452443c889d..15e76b75fae9 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -89,9 +89,8 @@ icu_CFLAGS+=-O $(ARCH_FLAGS) $(EXTRA_CDEFS) icu_LDFLAGS+=$(EXTRA_LINKFLAGS) icu_CXXFLAGS+=-O $(ARCH_FLAGS) $(EXTRA_CDEFS) -BUILD_ACTION_SEP=; # remove conversion and transliteration data to reduce binary size. -CONFIGURE_ACTION=rm data/mappings/ucm*.mk data/translit/trn*.mk $(BUILD_ACTION_SEP) +CONFIGURE_ACTION=rm data/mappings/ucm*.mk data/translit/trn*.mk ; # until someone introduces SOLARIS 64-bit builds .IF "$(OS)"=="SOLARIS" @@ -188,11 +187,6 @@ OUT2BIN= \ $(BUILD_DIR)$/bin$/gencmn.exe .ELSE -.IF "$(USE_SHELL)"=="4nt" -BUILD_ACTION_SEP=^ -.ELSE -BUILD_ACTION_SEP=; -.ENDIF # "$(USE_SHELL)"=="4nt" BUILD_DIR=source .IF "full_debug" == "" @@ -258,7 +252,7 @@ OUT2BIN= \ .IF "$(BINARY_PATCH_FILES)"!="" $(PACKAGE_DIR)$/so_add_binary : $(PACKAGE_DIR)$/$(ADD_FILES_FLAG_FILE) - cd $(PACKAGE_DIR) && gunzip -c $(BACK_PATH)$(BINARY_PATCH_FILES) | tar $(TAR_EXCLUDE_SWITCH) -xvf - + cd $(PACKAGE_DIR) && gunzip -c $(BACK_PATH)$(BINARY_PATCH_FILES) | tar -xvf - $(TOUCH) $(PACKAGE_DIR)$/so_add_binary $(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_add_binary |