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

ruby-changes:35940

From: duerst <ko1@a...>
Date: Sun, 19 Oct 2014 18:13:34 +0900 (JST)
Subject: [ruby-changes:35940] duerst:r48021 (trunk): common.mk: Added a rule to generate lib/unicode_normalize/tables.rb.

duerst	2014-10-19 18:13:20 +0900 (Sun, 19 Oct 2014)

  New Revision: 48021

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

  Log:
    common.mk: Added a rule to generate lib/unicode_normalize/tables.rb.
    This rule still needs to be integrated into the overall make process.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48020)
+++ ChangeLog	(revision 48021)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Oct 19 18:13:13 2014  Martin Duerst <duerst@i...>
+
+	* common.mk: Added a rule to generate
+	  lib/unicode_normalize/tables.rb. This rule still
+	  needs to be integrated into the overall make process.
+
 Sun Oct 19 17:53:53 2014  Martin Duerst <duerst@i...>
 
 	* lib/unicode_normalize.rb: Changed to dynamic
Index: common.mk
===================================================================
--- common.mk	(revision 48020)
+++ common.mk	(revision 48021)
@@ -1095,6 +1095,11 @@ update-unicode: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1095
 	    ../../../tool/downloader.rb unicode \
 	    UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
 
+lib/unicode_normalize/tables.rb: tool/unicode_norm_gen.rb \
+enc/unicode/data/UnicodeData.txt \
+enc/unicode/data/CompositionExclusions.txt
+	${BASERUBY} -C "$(srcdir)/tool tool/unicode_norm_gen.rb
+
 info: info-program info-libruby_a info-libruby_so info-arch
 info-program: PHONY
 	@echo PROGRAM=$(PROGRAM)

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

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