* 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:
nobu 2011-06-14 04:09:43 +00:00
parent 7905fc1e54
commit 8fc86b0d34

View File

@ -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" \