mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enc/depend: ignore mktable.c because it's not encoding library.
[ruby-core:42760] [Bug #6049] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b17bc95400
commit
07d8dffe82
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Feb 20 23:38:35 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* 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@fsij.org>
|
||||
|
||||
* ext/curses/extconf.rb: fold too long lines.
|
||||
|
|
|
@ -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)}}
|
||||
|
|
Loading…
Add table
Reference in a new issue