ruby-changes:53974
From: nobu <ko1@a...>
Date: Tue, 4 Dec 2018 20:16:16 +0900 (JST)
Subject: [ruby-changes:53974] nobu:r66194 (trunk): Remove unnecessary directory listing
nobu 2018-12-04 20:16:11 +0900 (Tue, 04 Dec 2018) New Revision: 66194 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66194 Log: Remove unnecessary directory listing Modified files: trunk/ext/bigdecimal/extconf.rb Index: ext/bigdecimal/extconf.rb =================================================================== --- ext/bigdecimal/extconf.rb (revision 66193) +++ ext/bigdecimal/extconf.rb (revision 66194) @@ -60,10 +60,4 @@ end https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/extconf.rb#L60 create_makefile('bigdecimal') {|mf| mf << "\nall:\n\nextconf.h: $(srcdir)/#{gemspec_name}\n" - case RUBY_PLATFORM - when /mswin/ - mf << "\nall:\n\tdir $(TARGET_SO_DIR)" - else - mf << "\nall:\n\tls $(TARGET_SO_DIR)" - end } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/