[Win32] Use exit
instead of type
[ci skip]
`exit` command ignores the rest arguments after an exit code, while `type` command tries to read all as files.
This commit is contained in:
parent
ace2eee544
commit
1d83302f32
@ -4,7 +4,7 @@ SHELL = $(COMSPEC)
|
|||||||
ECHO1 = $(V:1=@:)
|
ECHO1 = $(V:1=@:)
|
||||||
RUNCMD = $(COMSPEC) /c
|
RUNCMD = $(COMSPEC) /c
|
||||||
MKFILES = Makefile verconf.mk
|
MKFILES = Makefile verconf.mk
|
||||||
NULLCMD = type nul
|
NULLCMD = exit /b0. # exit ignores the rest
|
||||||
NULL = nul
|
NULL = nul
|
||||||
CHDIR = cd
|
CHDIR = cd
|
||||||
PATH_SEPARATOR = ;
|
PATH_SEPARATOR = ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user