aboutsummaryrefslogtreecommitdiffstats
path: root/enc/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-11 12:46:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-11 12:46:23 +0000
commitf2f7a7740a0c4542ae8dc8db393f184a7a6b2174 (patch)
treea130a4b5ad7654da59debfe6e1f7f20b88d55972 /enc/Makefile.in
parent7ef29a9f5e6b0ac8e194e6bb81353c992aac5669 (diff)
downloadruby-f2f7a7740a0c4542ae8dc8db393f184a7a6b2174.tar.gz
* common.mk: hide long command lines by default. verbose-mode is
turned on by V=1 as before. http://jarp.does.notwork.org/diary/200605b.html#200605121 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/Makefile.in')
-rw-r--r--enc/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in
index 9b4c2aeb56..40c639041a 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -1,3 +1,9 @@
+V = 0
+Q1 = $(V:1=)
+Q = $(Q1:0=@)
+ECHO1 = $(V:1=@:)
+ECHO = $(ECHO1:0=@echo)
+
encsrcdir = @srcdir@
topdir = .
prefix = @prefix@