* win32/Makefile.sub (MSG, EOM): remove surrounding quotes by %~I.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
89616d6fe3
commit
c37066fab7
@ -1,3 +1,7 @@
|
||||
Sat Nov 13 16:26:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (MSG, EOM): remove surrounding quotes by %~I.
|
||||
|
||||
Sat Nov 13 01:31:30 2010 Akio Tajima <artonx@yahoo.co.jp>
|
||||
|
||||
* win32/Makefile.sub: reorder variable End Of Message (don't display it)
|
||||
|
@ -341,8 +341,8 @@ VCSUP = $(VCS) pull $(GITPULLOPTIONS)
|
||||
!endif
|
||||
ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc
|
||||
|
||||
EOM =
|
||||
MSG = @echo $(EOM)
|
||||
MSG = @for %I in ("#"
|
||||
EOM = ") do @echo.%~I#"
|
||||
|
||||
all: $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(srcdir)/common.mk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user