diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-05-14 22:34:34 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-05-14 22:34:34 +0200 |
commit | e062c50b19aa5e0c43bab9a52b94247766083124 (patch) | |
tree | 778dba2626dec4cc8e831f4de492397d926302f9 /icu/makefile.mk | |
parent | 8b1692b68f4b314ebc261c40c93c773a905367fb (diff) |
Comment this one because it randomly breaks Windows build
Change-Id: I3f00ab7149d6d198292d63ed3f16b213b39a3054
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r-- | icu/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 38bbcddedd93..c4cecdbd15a4 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -280,7 +280,7 @@ OUT2BIN= \ #make sure that when we deliver the headers of a new icu that the timestamps #are newer than the last icu to ensure dependencies are correctly rebuilt -INSTALL_ACTION=find . -name "*.h" -print0 | xargs -0 touch +#INSTALL_ACTION=find . -name "*.h" -print0 | xargs -0 touch # --- Targets ------------------------------------------------------ |