summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-03 04:50:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-03 04:50:15 +0000
commitd0b7b41e59690a27d8268a64acf7975ca973e094 (patch)
tree4badfe8ccda66c05ef129cddfb0af3cfb5d1179a
parent8202d6266fed5b411bc6584a0083ef5747bded9e (diff)
* common.mk (yes-test-all): needs sudo-precheck for dtrace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index b82c13e138..936fac9174 100644
--- a/common.mk
+++ b/common.mk
@@ -1027,6 +1027,8 @@ change: PHONY
love: sudo-precheck up all test install test-all
@echo love is all you need
+yes-test-all: sudo-precheck
+
sudo-precheck:
@$(SUDO) echo > $(NULL)