summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-20 13:32:00 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-20 17:53:41 +0900
commit5716c0f1f84525dc3138125f1c97ef86ae1ff32a (patch)
treec7a0cc94df4f2391dc6810a78fc66843a3c65ce7 /win32/Makefile.sub
parent031bc21abba4c2e9ce38bb49c456478073e6672a (diff)
MSVS lacks `touch` [ci skip]
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 814681e8d8..43349bf5f3 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -113,6 +113,7 @@ RMDIR = $(COMSPEC) /C $(srcdir:/=\)\win32\rmdirs.bat
RMDIRS = $(COMSPEC) /C $(srcdir:/=\)\win32\rmdirs.bat
RMALL = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat -f -r
MAKEDIRS = $(COMSPEC) /E:ON /C $(srcdir:/=\)\win32\makedirs.bat
+TOUCH = $(BASERUBY) -run -e touch --
CP = copy > nul
MV = move > nul
RM1 = del /f /q