win32/Makefile.sub: reoreder varialbe EOM (don't display it)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fe2295ea75
commit
f4c98c3e10
@ -1,3 +1,7 @@
|
|||||||
|
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)
|
||||||
|
|
||||||
Fri Nov 12 20:52:34 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Fri Nov 12 20:52:34 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* common.mk (showflags, help): use caret to quote leading spaces on Windows.
|
* common.mk (showflags, help): use caret to quote leading spaces on Windows.
|
||||||
|
@ -341,8 +341,9 @@ VCSUP = $(VCS) pull $(GITPULLOPTIONS)
|
|||||||
!endif
|
!endif
|
||||||
ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc
|
ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc
|
||||||
|
|
||||||
MSG = echo ^
|
|
||||||
EOM =
|
EOM =
|
||||||
|
MSG = echo ^
|
||||||
|
$(EOM)
|
||||||
|
|
||||||
all: $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(srcdir)/common.mk
|
all: $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(srcdir)/common.mk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user