mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
catch up e8ddbc0239
.
This commit is contained in:
parent
08b340d2f6
commit
223854ebe8
1 changed files with 2 additions and 2 deletions
|
@ -688,8 +688,8 @@ begin
|
|||
submakeopts << 'UPDATE_LIBRARIES="$(UPDATE_LIBRARIES)"'
|
||||
submakeopts << 'SHOWFLAGS='
|
||||
mf.macro "SUBMAKEOPTS", submakeopts
|
||||
mf.macro "NOTE_MESG", %w[$(RUBY) $(top_srcdir)/tool/colorize.rb skip]
|
||||
mf.macro "NOTE_NAME", %w[$(RUBY) $(top_srcdir)/tool/colorize.rb fail]
|
||||
mf.macro "NOTE_MESG", %w[$(RUBY) $(top_srcdir)/tool/lib/colorize.rb skip]
|
||||
mf.macro "NOTE_NAME", %w[$(RUBY) $(top_srcdir)/tool/lib/colorize.rb fail]
|
||||
mf.puts
|
||||
targets = %w[all install static install-so install-rb clean distclean realclean]
|
||||
targets.each do |tgt|
|
||||
|
|
Loading…
Reference in a new issue