diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-17 10:28:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-17 14:11:05 +0100 |
commit | d1561a0813e15c6694b136db116004b212a463f6 (patch) | |
tree | a3c770cdaf93528e7f7d0a45337a6efcc96145d0 /icu | |
parent | 2aecedd79e1cd579e6e494138eb79f76c3a6c6cc (diff) |
for external modules add a dependency on the makefile.mk itself
so that on version bumps and/or added/removed patches that we
rebuild them from scratch, which hopefully will make incremental
builds post external module bump pain-free
Change-Id: If268401a2794989d49861c08f7a69ef926cf5809
Diffstat (limited to 'icu')
-rw-r--r-- | icu/makefile.mk | 7 |
1 files changed, 0 insertions, 7 deletions
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 |