mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
Makefile.sub: MESSAGE_BEGIN/END redirection
* win32/Makefile.sub (MESSAGE_BEGIN, MESSAGE_END): group the whole `for` command, to redirect all lines but not overwrite line by line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1964769830
commit
f6ea97260d
1 changed files with 2 additions and 2 deletions
|
@ -450,8 +450,8 @@ VCSUP = rem
|
|||
!endif
|
||||
ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc
|
||||
|
||||
MESSAGE_BEGIN = @for %I in (
|
||||
MESSAGE_END = ) do @echo.%~I
|
||||
MESSAGE_BEGIN = @(for %I in (
|
||||
MESSAGE_END = ) do @echo.%~I)
|
||||
ECHO_BEGIN = @echo.
|
||||
ECHO_END =
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue