mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
78b95b49f8
commit
eb411fad21
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue