aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-13 07:38:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-13 07:38:01 +0000
commit223c0b48a17df432a197638299414367d27179ac (patch)
tree3ef797b147b830cc0fee2c69cf817105134611be /Makefile.in
parentc37066fab7040fc9fd9d9efaa69cfea45c2ca138 (diff)
downloadruby-223c0b48a17df432a197638299414367d27179ac.tar.gz
* common.mk (showflags, help): emit messages at once.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f1a7a858ad..bb28dde78c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -142,8 +142,9 @@ INSTALLED_LIST= .installed.list
MKMAIN_CMD = mkmain.sh
SRC_FILE = $<
-MSG = @echo "
-EOM = "
+
+MESSAGE_BEGIN = @for line in
+MESSAGE_END = ; do echo "$$line"; done
#### End of variables
all: