aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index e1beb19462..222c7745cd 100644
--- a/common.mk
+++ b/common.mk
@@ -1089,10 +1089,12 @@ update-gems: PHONY
-e 'Downloader::RubyGems.download(gem)' \
bundled_gems
+# ALWAYS_UPDATE_UNICODE = yes
+
update-unicode: PHONY
$(ECHO) Downloading Unicode data files...
$(Q) $(BASERUBY) -C "$(srcdir)/enc/unicode/data" \
- ../../../tool/downloader.rb unicode \
+ ../../../tool/downloader.rb -e $(ALWAYS_UPDATE_UNICODE:yes=-a) unicode \
UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
enc/unicode/data/UnicodeData.txt \