1
0
Fork 0
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:
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" \