[前][次][番号順一覧][スレッド一覧]

ruby-changes:20033

From: nobu <ko1@a...>
Date: Tue, 14 Jun 2011 13:10:05 +0900 (JST)
Subject: [ruby-changes:20033] nobu:r32080 (trunk): * common.mk (sudo-precheck): authenticate at first to sudo.

nobu	2011-06-14 13:09:43 +0900 (Tue, 14 Jun 2011)

  New Revision: 32080

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32080

  Log:
    * common.mk (sudo-precheck): authenticate at first to sudo.

  Modified files:
    trunk/common.mk

Index: common.mk
===================================================================
--- common.mk	(revision 32079)
+++ common.mk	(revision 32080)
@@ -908,9 +908,12 @@
 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" \

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]