From b45cd8a25aae56c427182e5d1a34b87bc5f0914f Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 30 Jun 2016 07:31:06 +0000 Subject: Move unicode tables timestamp * common.mk (.unicode-tables.time): move from the top source directory to the unicode source data directory which contains its version number. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 4009e5d88c..a79dc03b3d 100644 --- a/common.mk +++ b/common.mk @@ -1050,11 +1050,11 @@ $(UNICODE_FILES): $(UNICODE_FILES) $(srcdir)/$(HAVE_BASERUBY:yes=lib/unicode_normalize/tables.rb): \ - $(srcdir)/.unicode-tables.time + $(UNICODE_SRC_DATA_DIR)/.unicode-tables.time -$(srcdir)/$(ALWAYS_UPDATE_UNICODE:yes=.unicode-tables.time): $(UNICODE_FILES) +$(UNICODE_SRC_DATA_DIR)/$(ALWAYS_UPDATE_UNICODE:yes=.unicode-tables.time): $(UNICODE_FILES) -$(srcdir)/.unicode-tables.time: $(srcdir)/tool/generic_erb.rb \ +$(UNICODE_SRC_DATA_DIR)/.unicode-tables.time: $(srcdir)/tool/generic_erb.rb \ $(srcdir)/template/unicode_norm_gen.tmpl $(Q) $(ALWAYS_UPDATE_UNICODE:yes=exit &&) $(MAKE) $(MFLAGS) Q=$(Q) update-unicode $(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb \ -- cgit v1.2.3