From 69488371e4a9f93c09696ab7dc2126d62d44c7ed Mon Sep 17 00:00:00 2001 From: duerst Date: Tue, 21 Oct 2014 08:32:34 +0000 Subject: [PATCH] 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 --- ChangeLog | 8 +++++++- common.mk | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f8fdcc4c86..43fe5612ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -Tue Oct 21 15:56:56 2014 Martin Duerst +Tue Oct 21 17:32:32 2014 Martin Duerst + + * 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 * lib/unicode_normalize/tables.rb: Committing to make version update easier and more predictable, and reducing compilation diff --git a/common.mk b/common.mk index 4697616900..2f95d94372 100644 --- a/common.mk +++ b/common.mk @@ -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