[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:
Nobuyoshi Nakada 2022-08-28 13:54:14 +09:00
Родитель ace2eee544
Коммит 1d83302f32
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7CD2805BFA3770C6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@ SHELL = $(COMSPEC)
ECHO1 = $(V:1=@:)
RUNCMD = $(COMSPEC) /c
MKFILES = Makefile verconf.mk
NULLCMD = type nul
NULLCMD = exit /b0. # exit ignores the rest
NULL = nul
CHDIR = cd
PATH_SEPARATOR = ;