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

* common.mk (sudo-precheck): true command is not standard on

Windows.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-07-08 02:39:15 +00:00
parent 4837d6d5b5
commit b43b6cf71f
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri Jul 8 11:39:12 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* common.mk (sudo-precheck): true command is not standard on
Windows.
Fri Jul 8 10:39:52 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread_pthread.c (gvl_destroy): fix cond_t leak.

View file

@ -3,6 +3,7 @@ NULLCMD = :
RUNCMD = $(SHELL)
CHDIR = @CHDIR@
exec = exec
NULL = /dev/null
#### Start of system configuration section. ####

View file

@ -929,7 +929,7 @@ love: sudo-precheck up all test install test-all
@echo love is all you need
sudo-precheck:
@$(SUDO) true
@$(SUDO) echo > $(NULL)
help: PHONY
$(MESSAGE_BEGIN) \