diff options
-rw-r--r-- | hyphen/makefile.mk | 7 | ||||
-rw-r--r-- | icu/makefile.mk | 7 | ||||
-rw-r--r-- | libcmis/makefile.mk | 7 | ||||
-rw-r--r-- | solenv/inc/tg_ext.mk | 2 |
4 files changed, 1 insertions, 22 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk index cdc70d5c480f..34dd6b59b0fe 100644 --- a/hyphen/makefile.mk +++ b/hyphen/makefile.mk @@ -110,10 +110,3 @@ CONFIGURE_FLAGS+= --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) .INCLUDE : set_ext.mk .INCLUDE : target.mk .INCLUDE : tg_ext.mk - -# Since you never know what will be in a patch (for example, it may already -# patch at configure level) or in the case of a binary patch, we remove the -# entire package directory if a patch is newer. -# Changes in this makefile could also make a complete build necessary if -# configure is affected. -$(PACKAGE_DIR)$/$(UNTAR_FLAG_FILE) : makefile.mk diff --git a/icu/makefile.mk b/icu/makefile.mk index c529c99b11e8..d1051accca3b 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -322,10 +322,3 @@ $(LB)$/icule$(ICU_BUILD_LIBPOST).lib : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) $(LB)$/icutu$(ICU_BUILD_LIBPOST).lib : $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) $(TOUCH) $@ .ENDIF - -# Since you never know what will be in a patch (for example, it may already -# patch at configure level) or in the case of a binary patch, we remove the -# entire package directory if a patch is newer. -# Changes in this makefile could also make a complete build necessary if -# configure is affected. -$(PACKAGE_DIR)$/$(UNTAR_FLAG_FILE) : makefile.mk diff --git a/libcmis/makefile.mk b/libcmis/makefile.mk index 03c0b59950a4..f622014f1e64 100644 --- a/libcmis/makefile.mk +++ b/libcmis/makefile.mk @@ -67,10 +67,3 @@ BUILD_DIR=src$/libcmis .INCLUDE : set_ext.mk .INCLUDE : target.mk .INCLUDE : tg_ext.mk - -# Since you never know what will be in a patch (for example, it may already -# patch at configure level) or in the case of a binary patch, we remove the -# entire package directory if a patch is newer. -# Changes in this makefile could also make a complete build necessary if -# configure is affected. -$(PACKAGE_DIR)$/$(UNTAR_FLAG_FILE) : makefile.mk diff --git a/solenv/inc/tg_ext.mk b/solenv/inc/tg_ext.mk index 453a17b58e0e..ee09295df42f 100644 --- a/solenv/inc/tg_ext.mk +++ b/solenv/inc/tg_ext.mk @@ -174,7 +174,7 @@ $(MISC)/%.unpack : $(TARFILE_LOCATION2)/%.jar @$(RENAME) $@.$(INPATH) $@ #do unpack -$(PACKAGE_DIR)/$(UNTAR_FLAG_FILE) : $(PRJ)/$(ROUT)/misc/$(TARFILE_MD5)-$(TARFILE_NAME).unpack $(PATCH_FILE_DEP) +$(PACKAGE_DIR)/$(UNTAR_FLAG_FILE) : $(PRJ)/$(ROUT)/misc/$(TARFILE_MD5)-$(TARFILE_NAME).unpack $(PATCH_FILE_DEP) makefile.mk $(IFEXIST) $(PACKAGE_DIR)/$(TARFILE_ROOTDIR).exists $(THEN) $(RENAME:s/+//) $(PACKAGE_DIR)/$(TARFILE_ROOTDIR) $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)_removeme $(FI) $(COMMAND_ECHO)-rm -rf $(PACKAGE_DIR)/$(TARFILE_ROOTDIR)_removeme @-$(MKDIRHIER) $(PACKAGE_DIR)$(fake_root_dir) |