* 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
@ -908,9 +908,12 @@ info-arch:
|
|||||||
change: PHONY
|
change: PHONY
|
||||||
$(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
|
$(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
|
@echo love is all you need
|
||||||
|
|
||||||
|
sudo-precheck:
|
||||||
|
@$(SUDO) true
|
||||||
|
|
||||||
help: PHONY
|
help: PHONY
|
||||||
$(MESSAGE_BEGIN) \
|
$(MESSAGE_BEGIN) \
|
||||||
" Makefile of Ruby" \
|
" Makefile of Ruby" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user