.\win32\mdelete.bat not needed
authorKonovalov, Vadim (Vadim)** CTR ** <vadim.konovalov@alcatel-lucent.com>
Fri, 25 Nov 2011 09:10:24 +0000 (09:10 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Fri, 25 Nov 2011 09:13:01 +0000 (09:13 +0000)
From: "Konovalov, Vadim (Vadim)** CTR **" <vadim.konovalov@alcatel-lucent.com>
Subject: [PATCH v5.15.5-187] .\win32\mdelete.bat not needed
Date: Thu, 24 Nov 2011 21:48:26 +0100
Message-ID: <35BF8D9716175C43BB9D67CA60CC345E2E0284DD@FRMRSSXCHMBSC2.dc-m.alcatel-lucent.com>

MANIFEST
win32/mdelete.bat [deleted file]

index 2c474df..95ab0cf 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -5521,7 +5521,6 @@ win32/list_static_libs.pl prints libraries for static linking
 win32/Makefile                 Win32 makefile for NMAKE (Visual C++ build)
 win32/Makefile.ce              WinCE port
 win32/makefile.mk              Win32 makefile for DMAKE (BC++, VC++ builds)
-win32/mdelete.bat              multifile delete
 win32/perlexe.ico              perlexe.ico image file
 win32/perlexe.manifest         Assembly manifest file
 win32/perlexe.rc               associated perl binary with icon
diff --git a/win32/mdelete.bat b/win32/mdelete.bat
deleted file mode 100644 (file)
index 69a19b7..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-@echo off
-rem ! This is a batch file to delete all the files on its
-rem ! command line, to work around command.com's del command's
-rem ! braindeadness
-rem !
-rem !    -- BKS, 11-11-2000
-
-:nextfile
-set file=%1
-shift
-if "%file%"=="" goto end
-del %file%
-goto nextfile
-:end
-
-@echo off
-rem ! This is a batch file to delete all the files on its
-rem ! command line, to work around command.com's del command's
-rem ! braindeadness
-rem !
-rem !    -- BKS, 11-11-2000
-
-:nextfile
-set file=%1
-shift
-if "%file%"=="" goto end
-del %file%
-goto nextfile
-:end