1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

common.mk: Adding explicit creation of directory

enc/unicode/data because git doesn't handle empty
directories.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2014-10-21 08:32:34 +00:00
parent 5c27164d59
commit 69488371e4
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,10 @@
Tue Oct 21 15:56:56 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
Tue Oct 21 17:32:32 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
* 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 <duerst@it.aoyama.ac.jp>
* lib/unicode_normalize/tables.rb: Committing to make version
update easier and more predictable, and reducing compilation

View file

@ -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