diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | common.mk | 1 |
2 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,10 @@ -Tue Oct 21 15:56:56 2014 Martin Duerst <[email protected]> +Tue Oct 21 17:32:32 2014 Martin Duerst <[email protected]> + + * common.mk: Adding explicit creation of directory + enc/unicode/data because git doesn't handle empty + directories. + +Tue Oct 21 17:12:12 2014 Martin Duerst <[email protected]> * lib/unicode_normalize/tables.rb: Committing to make version update easier and more predictable, and reducing compilation @@ -1097,6 +1097,7 @@ update-gems: PHONY update-unicode: PHONY $(ECHO) Downloading Unicode data files... + $(Q) $(MAKEDIRS) "$(srcdir)/enc/unicode/data" $(Q) $(BASERUBY) -C "$(srcdir)/enc/unicode/data" \ ../../../tool/downloader.rb -e $(ALWAYS_UPDATE_UNICODE:yes=-a) unicode \ UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt |