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

ruby-changes:22659

From: usa <ko1@a...>
Date: Mon, 20 Feb 2012 23:40:12 +0900 (JST)
Subject: [ruby-changes:22659] usa:r34708 (trunk): * enc/depend: ignore mktable.c because it's not encoding library.

usa	2012-02-20 23:40:01 +0900 (Mon, 20 Feb 2012)

  New Revision: 34708

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

  Log:
    * enc/depend: ignore mktable.c because it's not encoding library.
      [ruby-core:42760] [Bug #6049]

  Modified files:
    trunk/ChangeLog
    trunk/enc/depend

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 34707)
+++ ChangeLog	(revision 34708)
@@ -1,3 +1,8 @@
+Mon Feb 20 23:38:35 2012  NAKAMURA Usaku  <usa@r...>
+
+	* enc/depend: ignore mktable.c because it's not encoding library.
+	  [ruby-core:42760] [Bug #6049]
+
 Mon Feb 20 21:40:53 2012  Tanaka Akira  <akr@f...>
 
 	* ext/curses/extconf.rb: fold too long lines.
Index: enc/depend
===================================================================
--- enc/depend	(revision 34707)
+++ enc/depend	(revision 34708)
@@ -5,7 +5,7 @@
 % dldflags = $2
 % enable_shared = CONFIG['ENABLE_SHARED'] == 'yes'
 % deffile = (true if /\$\(DEFFILE\)/ =~ CONFIG["LINK_SO"])
-% encs = Dir.open($srcdir) {|d| d.grep(/.+\.c\z/)} - BUILTIN_ENCS
+% encs = Dir.open($srcdir) {|d| d.grep(/.+\.c\z/)} - BUILTIN_ENCS - ["mktable.c"]
 % encs.each {|e| e.chomp!(".c")}
 % encs.reject! {|e| !ENC_PATTERNS.any? {|p| File.fnmatch?(p, e)}} if !ENC_PATTERNS.empty?
 % encs.reject! {|e| NOENC_PATTERNS.any? {|p| File.fnmatch?(p, e)}}

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

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