mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 13:04:22 +00: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
@ -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…
x
Reference in New Issue
Block a user