summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-20 22:17:46 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-21 13:05:27 +0900
commit98c5907c653d19477e19b973cc67b97607c4ba4b (patch)
tree5c377b84ea806f581151edc780f6e591978408e6 /win32
parent046f1bf492d707465c0fe90ea8bac34746c9455a (diff)
Ripper source on mswin
* Get rid of command substitution for cmd.exe. * Separate RM1 command to remove single file sans directory.
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 760f919b23..a610577603 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -89,6 +89,7 @@ RMALL = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat -f -r
MAKEDIRS = $(COMSPEC) /E:ON /C $(srcdir:/=\)\win32\makedirs.bat
CP = copy > nul
MV = move > nul
+RM1 = del /f /q
!if !defined(BASERUBY)
BASERUBY = ruby
!endif