mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (up): propagate verbose option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9c6eaad723
commit
3fa6e72642
1 changed files with 2 additions and 2 deletions
|
@ -898,10 +898,10 @@ dist:
|
|||
$(BASERUBY) $(srcdir)/tool/make-snapshot -srcdir=$(srcdir) tmp $(RELNAME)
|
||||
|
||||
up::
|
||||
-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
|
||||
-$(Q)$(MAKE) $(MFLAGS) Q=$(Q) REVISION_FORCE=PHONY "$(REVISION_H)"
|
||||
|
||||
up::
|
||||
-$(Q)$(MAKE) $(MFLAGS) after-update
|
||||
-$(Q)$(MAKE) $(MFLAGS) Q=$(Q) after-update
|
||||
|
||||
after-update:: update-unicode update-gems extract-extlibs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue