* 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:
parent
4837d6d5b5
commit
b43b6cf71f
@ -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.
|
||||
|
@ -3,6 +3,7 @@ NULLCMD = :
|
||||
RUNCMD = $(SHELL)
|
||||
CHDIR = @CHDIR@
|
||||
exec = exec
|
||||
NULL = /dev/null
|
||||
|
||||
#### Start of system configuration section. ####
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user