mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (sudo-precheck): authenticate at first to sudo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7905fc1e54
commit
8fc86b0d34
1 changed files with 4 additions and 1 deletions
|
@ -908,9 +908,12 @@ info-arch:
|
|||
change: PHONY
|
||||
$(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
|
||||
|
||||
love: up all test install test-all
|
||||
love: sudo-precheck up all test install test-all
|
||||
@echo love is all you need
|
||||
|
||||
sudo-precheck:
|
||||
@$(SUDO) true
|
||||
|
||||
help: PHONY
|
||||
$(MESSAGE_BEGIN) \
|
||||
" Makefile of Ruby" \
|
||||
|
|
Loading…
Add table
Reference in a new issue