aboutsummaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-22 14:56:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-22 14:56:37 +0000
commit63bad6f07e6078117334f701ef5ba70f4344da80 (patch)
tree852688057384f1f61a083ab6e9ada2be8c889265 /ext/extmk.rb
parentf1a66687d243878e2518b140dd65907398794820 (diff)
downloadruby-63bad6f07e6078117334f701ef5ba70f4344da80.tar.gz
common.mk: showflags only once
* common.mk (showflags): do not show flags from recursive make. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb')
-rwxr-xr-xext/extmk.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb
index ad01ff4d2b..38b25e2a27 100755
--- a/ext/extmk.rb
+++ b/ext/extmk.rb
@@ -703,6 +703,7 @@ if $configure_only and $command_output
end
submakeopts << 'EXTLDFLAGS="$(EXTLDFLAGS)"'
submakeopts << 'UPDATE_LIBRARIES="$(UPDATE_LIBRARIES)"'
+ submakeopts << 'SHOWFLAGS='
mf.macro "SUBMAKEOPTS", submakeopts
mf.puts
targets = %w[all install static install-so install-rb clean distclean realclean]