Skip to content

Commit

Permalink
* common.mk (sudo-precheck): authenticate at first to sudo.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jun 14, 2011
1 parent 7905fc1 commit 8fc86b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 8fc86b0

Please sign in to comment.