aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-07 14:41:37 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-07 14:48:54 +0900
commit35c493ecf5d71c9164bafe03ae8831445c207b2a (patch)
tree8397c9086f58ac407eb5d2746d8f8604598cb6a8 /common.mk
parent1f91dcdab3b530dde93fa29fba8bf60683cd8056 (diff)
downloadruby-35c493ecf5d71c9164bafe03ae8831445c207b2a.tar.gz
Dump cross.rb only when verbose [ci skip]
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 8d9fc08629..f86bf3ff78 100644
--- a/common.mk
+++ b/common.mk
@@ -1333,7 +1333,7 @@ lldb-ruby: $(PROGRAM) PHONY
DISTPKGS = gzip,zip,all
PKGSDIR = tmp
dist:
- $(BASERUBY) $(tooldir)/make-snapshot \
+ $(BASERUBY) $(V0:1=-v) $(tooldir)/make-snapshot \
-srcdir=$(srcdir) -packages=$(DISTPKGS) \
-unicode-version=$(UNICODE_VERSION) \
$(DISTOPTS) $(PKGSDIR) $(RELNAME)