mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Define NULLCMD as printing NUL [Bug #16331]
This commit is contained in:
parent
2c55ba7191
commit
11aa07c270
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ SHELL = $(COMSPEC)
|
|||
ECHO1 = $(V:1=@:)
|
||||
RUNCMD = $(COMSPEC) /c
|
||||
MKFILES = Makefile verconf.mk
|
||||
NULLCMD = :
|
||||
NULLCMD = type nul
|
||||
NULL = nul
|
||||
CHDIR = cd
|
||||
PATH_SEPARATOR = ;
|
||||
|
|
Loading…
Add table
Reference in a new issue