[前][次][番号順一覧][スレッド一覧]

ruby-changes:43469

From: nobu <ko1@a...>
Date: Thu, 30 Jun 2016 16:31:12 +0900 (JST)
Subject: [ruby-changes:43469] nobu:r55543 (trunk): Move unicode tables timestamp

nobu	2016-06-30 16:31:06 +0900 (Thu, 30 Jun 2016)

  New Revision: 55543

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55543

  Log:
    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.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 55542)
+++ common.mk	(revision 55543)
@@ -1050,11 +1050,11 @@ $(UNICODE_FILES): https://github.com/ruby/ruby/blob/trunk/common.mk#L1050
 	    $(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 \

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]