summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-28 00:35:48 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-28 00:35:48 +0000
commit73e3ea958d625379b8df8af2c6efb4e903338470 (patch)
tree7e20a658982bee742071045ccc82bb8612bef320 /common.mk
parent7c69f166bd05703ecf8ed07fac0927f5fc9b22fa (diff)
* common.mk (help): use double quotes for nmake.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk22
1 files changed, 11 insertions, 11 deletions
diff --git a/common.mk b/common.mk
index 58a1331f0b..d04460c614 100644
--- a/common.mk
+++ b/common.mk
@@ -799,14 +799,14 @@ up:
sed '-e$${' -eh "-es/[^0-9]//g" "-es/^/#define RUBY_REVISION /" "-ew$(srcdir)/revision.h" -eg "-e}"
help:
- @echo ' Makefile of Ruby'
- @echo
- @echo 'targets:'
- @echo ' all: compile ruby and extensions'
- @echo ' check: equals make test test-all'
- @echo ' test: ruby core tests'
- @echo ' test-all: all ruby tests'
- @echo ' install: install all ruby distributions'
- @echo ' install-nodoc: install without rdoc'
- @echo ' clean: clean built objects'
- @echo ' golf: for golfers'
+ @echo " Makefile of Ruby"
+ @echo ""
+ @echo "targets:"
+ @echo " all: compile ruby and extensions"
+ @echo " check: equals make test test-all"
+ @echo " test: ruby core tests"
+ @echo " test-all: all ruby tests"
+ @echo " install: install all ruby distributions"
+ @echo " install-nodoc: install without rdoc"
+ @echo " clean: clean built objects"
+ @echo " golf: for golfers"