summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-11-22 12:14:05 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-11-27 22:40:24 +0100
commite80393462d62be97d7efabaf1b17e269efb37637 (patch)
treea49ee8e425edd3b53bd1d6de3828246398baeaf8 /icu
parent6d69a50e769ebee5d0cd75a27fd1a5cdfaace284 (diff)
support for --with-all-tarballs
- this is needed for packaging, so that all possible tarballs can be available in the complete source package Do not define tarball names in configure. Move the variables into download.lst, which is going to be included in config_host.mk. We already have conditions for getting tarballs in Makefile.fetch. Change-Id: I160aff6426a253814eea07d2467e4942478f653a
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index 5066ef0a17b7..82139b4b2c10 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -77,6 +77,14 @@ EXTRA_CDEFS+=-DU_HAVE_GCC_ATOMICS=1
EXTRA_CDEFS+=-DU_HAVE_GCC_ATOMICS=0
.ENDIF
+# Save space when using a bundled ICU by leaving out unneeded parts of the ICU data. Generated by
+# the interactive web tool at http://apps.icu-project.org/datacustom/ICUData49.html by dropping
+# the "Charset Mapping Tables". Probably we could carefully cherry-pick other items in the data to
+# be dropped, too. A bit tedious using that web tool, though.
+
+# If you do that, upload a new subset data zip file with just the MD5 part of the name changed
+# appropriately. Let's not bother trying to list what stuff has been removed in the file name.
+# Describe it in the comment above instead.
CONFIGURE_ACTION=unzip $(TARFILE_LOCATION)/$(ICU_DATA_SUBSET_ZIP) && mv icudt49l.dat data/in &&
.IF "$(GUI)"=="UNX"