From 25f3baf7b67ac17e8151f13418152d258bd1f609 Mon Sep 17 00:00:00 2001 From: duerst Date: Sun, 19 Oct 2014 09:13:20 +0000 Subject: [PATCH] common.mk: Added a rule to generate lib/unicode_normalize/tables.rb. This rule still needs to be integrated into the overall make process. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ common.mk | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index b5b29671f2..f6c337dc9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Oct 19 18:13:13 2014 Martin Duerst + + * 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 * lib/unicode_normalize.rb: Changed to dynamic diff --git a/common.mk b/common.mk index ce01aca00f..b6460d4a3f 100644 --- a/common.mk +++ b/common.mk @@ -1095,6 +1095,11 @@ update-unicode: PHONY ../../../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)