mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Win32: refine handing of missing-baseruby failure
`exit` in `cmd.exe` ignores non-option, non-digits argument, and exits with the current %ERRORLEVEL%.
This commit is contained in:
parent
8c39d8d343
commit
f7d3f675fe
@ -52,7 +52,7 @@ prefix = $(prefix:\=/)
|
||||
|
||||
-baseruby-: nul
|
||||
!if "$(HAVE_BASERUBY)" != "no"
|
||||
@cd $(srcdir:/=\)\tool && $(BASERUBY:/=\) missing-baseruby.bat --verbose $(HAVE_BASERUBY:yes=|| exit )|| exit 0
|
||||
@cd $(srcdir:/=\)\tool && $(BASERUBY:/=\) missing-baseruby.bat --verbose || exit $(HAVE_BASERUBY:yes=non-)0
|
||||
!endif
|
||||
|
||||
-gmp-:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user