1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2013-05-03 04:50:15 +00:00
parent 8202d6266f
commit d0b7b41e59

View file

@ -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)