From 8fc86b0d34af4f0b266682351c1478d1c70a3f98 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 14 Jun 2011 04:09:43 +0000 Subject: [PATCH] * 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 --- common.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common.mk b/common.mk index a2db02c844..785418a57c 100644 --- a/common.mk +++ b/common.mk @@ -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" \