From eb411fad2126c82dbd4b367b5e8614c451bdf609 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 23 Jan 2017 02:18:59 +0000 Subject: extmk.rb: EXTINITS to sub make * ext/extmk.rb: pass EXTINITS to sub make. if the template for extinit.c is modified after extinit.c got compiled, extinit.c will be re-generated together with ruby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/extmk.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext') diff --git a/ext/extmk.rb b/ext/extmk.rb index 486712af47..977e0c991c 100755 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -743,6 +743,7 @@ if $configure_only and $command_output submakeopts << 'EXTLIBS="$(EXTLIBS)"' end submakeopts << 'EXTLDFLAGS="$(EXTLDFLAGS)"' + submakeopts << 'EXTINITS="$(EXTINITS)"' submakeopts << 'UPDATE_LIBRARIES="$(UPDATE_LIBRARIES)"' submakeopts << 'SHOWFLAGS=' mf.macro "SUBMAKEOPTS", submakeopts -- cgit v1.2.3