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

ruby-changes:35982

From: nobu <ko1@a...>
Date: Tue, 21 Oct 2014 00:15:11 +0900 (JST)
Subject: [ruby-changes:35982] nobu:r48063 (trunk): Makefile.in: update unicode files only after update source tree

nobu	2014-10-21 00:14:56 +0900 (Tue, 21 Oct 2014)

  New Revision: 48063

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

  Log:
    Makefile.in: update unicode files only after update source tree

  Modified files:
    trunk/Makefile.in
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 48062)
+++ common.mk	(revision 48063)
@@ -1097,10 +1097,6 @@ update-unicode: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1097
 	    ../../../tool/downloader.rb -e $(ALWAYS_UPDATE_UNICODE:yes=-a) unicode \
 	    UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
 
-enc/unicode/data/UnicodeData.txt \
-  enc/unicode/data/CompositionExclusions.txt \
-  enc/unicode/data/NormalizationTest.txt: update-unicode
-
 lib/unicode_normalize/tables.rb: $(srcdir)/tool/unicode_norm_gen.rb \
 				 enc/unicode/data/UnicodeData.txt \
 				 enc/unicode/data/CompositionExclusions.txt
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 48062)
+++ Makefile.in	(revision 48063)
@@ -439,7 +439,7 @@ up:: https://github.com/ruby/ruby/blob/trunk/Makefile.in#L439
 up::
 	-$(Q)$(MAKE) $(MFLAGS) after-update
 
-after-update:: update-config_files
+after-update:: update-config_files update-unicode
 
 update-mspec:
 	@$(CHDIR) $(srcdir); \

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

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