mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
71f46f0724
* Makefile.in, cygwin/GNUmakefile.in, */Makefile.sub (RBCONFIG): separated time stamp file for rbconfig.rb. * configure.in: append common.mk to Makefile. * mkconfig.rb: keep mtime of rbconfig.rb if unchanged. * win32/rm.bat: remove multiple files. * wince/mkconfig_wce.rb: use fake.rb instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
9 lines
123 B
Batchfile
Executable file
9 lines
123 B
Batchfile
Executable file
@echo off
|
|
::: $Id$
|
|
if "%1" == "-f" shift
|
|
:begin
|
|
if "%1" == "" goto :end
|
|
if exist %1 del %1
|
|
shift
|
|
goto :begin
|
|
:end
|