mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Match the output without encoding for localized compilers
This commit is contained in:
parent
9ce2066209
commit
e9adc2f420
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ $(TARGET_SO) $(STATIC_LIB): $(FAILURES:.cpp=.failed)
|
|||
$(Q)$(RUBY) -rfileutils \
|
||||
-e "t = ARGV.shift" \
|
||||
-e "err = IO.popen(ARGV, err:[:child, :out], &:read)" \
|
||||
-e "abort err unless /rb_define_method/ =~ err" \
|
||||
-e "abort err unless /rb_define_method/ =~ err.b" \
|
||||
-e "File.write(t, err)" $@ $(MAKE) $(*F).o
|
||||
|
||||
# AUTOGENERATED DEPENDENCIES START
|
||||
|
|
Loading…
Add table
Reference in a new issue