diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-26 17:08:34 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-26 17:08:34 +0000 |
| commit | 4f90e0a09ab411a0fbd6328011e90583a248b0b1 (patch) | |
| tree | da08302f9068537363d55ef1b2c39d8cc1bcd3ae | |
| parent | 26e80dede88b8d8b6d2ecc935b47dd800e8fdeb5 (diff) | |
| download | ruby-4f90e0a09ab411a0fbd6328011e90583a248b0b1.tar.gz ruby-4f90e0a09ab411a0fbd6328011e90583a248b0b1.tar.xz ruby-4f90e0a09ab411a0fbd6328011e90583a248b0b1.zip | |
* Makefile.in (enc/unicode/name2ctype.kwd):
remove rules to generate name2ctype.kwd from
UnicodeData.txt and Scripts.txt.
if you want to generate, use tool/enc-unicode.rb.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | Makefile.in | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,10 @@ +Thu Aug 27 02:06:11 2009 NARUSE, Yui <naruse@ruby-lang.org> + + * Makefile.in (enc/unicode/name2ctype.kwd): + remove rules to generate name2ctype.kwd from + UnicodeData.txt and Scripts.txt. + if you want to generate, use tool/enc-unicode.rb. + Thu Aug 27 02:00:09 2009 NARUSE, Yui <naruse@ruby-lang.org> * unicode.c (PROPERTY_NAME_MAX_SIZE): use MAX_WORD_LENGTH. diff --git a/Makefile.in b/Makefile.in index 131a0044d..fba104000 100644 --- a/Makefile.in +++ b/Makefile.in @@ -207,8 +207,6 @@ lex.c: defs/keywords $(CP) $? $(srcdir)/defs/lex.c.src && \ $(CP) $@ $(srcdir)/lex.c.blt; \ fi -$(srcdir)/enc/unicode/name2ctype.kwd: enc/unicode/UnicodeData.txt enc/unicode/Scripts.txt - $(BASERUBY) $(srcdir)/tool/enc-unicode.rb $? > $@ NAME2CTYPE_OPTIONS = -7 -c -j1 -i1 -t -C -P -T -H uniname2ctype_hash -Q uniname2ctype_pool -N uniname2ctype_p |
