ruby-changes:50228
From: nobu <ko1@a...>
Date: Sat, 10 Feb 2018 19:07:50 +0900 (JST)
Subject: [ruby-changes:50228] nobu:r62347 (trunk): mjit_config.h: show content if verbose
nobu 2018-02-10 19:07:41 +0900 (Sat, 10 Feb 2018) New Revision: 62347 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62347 Log: mjit_config.h: show content if verbose Modified files: trunk/Makefile.in trunk/win32/Makefile.sub Index: Makefile.in =================================================================== --- Makefile.in (revision 62346) +++ Makefile.in (revision 62347) @@ -538,6 +538,7 @@ un-runnable: https://github.com/ruby/ruby/blob/trunk/Makefile.in#L538 mjit_config.h: $(ECHO) making $@ @{ \ + $(Q:@=:) set -x; \ echo '#ifndef RUBY_MJIT_CONFIG_H'; \ echo '#define RUBY_MJIT_CONFIG_H 1'; \ set x $(CC) && shift && echo '#define MJIT_CC "'$$1'"' \\; \ Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 62346) +++ win32/Makefile.sub (revision 62347) @@ -1236,11 +1236,12 @@ loadpath: verconf.h https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L1236 -e '/^^ /!d;s/ *"\\\\0"$$//;s/" *"//g' mjit_config.h: - @$(ECHO) making <<$@ + @echo making <<$@ #ifndef RUBY_MJIT_CONFIG_H #define RUBY_MJIT_CONFIG_H 1 <<KEEP @(set sep=#define MJIT_CC ) & \ for %I in ($(CC)) do @(call echo.%%sep%%"%%~I" \& set sep= ,) >> $@ - $(Q)echo /* MJIT_CC */>> $@ - $(Q)echo #endif /* RUBY_MJIT_CONFIG_H */ >> $@ + @echo /* MJIT_CC */>> $@ + @echo #endif /* RUBY_MJIT_CONFIG_H */>> $@ + @$(Q:@=: :) type $@ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/