summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xwin32/ifchange.bat2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aa76dd221..b9d130f81e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Apr 20 23:01:35 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * win32/ifchange.bat: delete testing files.
+
Wed Apr 20 07:27:18 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak:
diff --git a/win32/ifchange.bat b/win32/ifchange.bat
index 61a80c841b..4fca646ea2 100755
--- a/win32/ifchange.bat
+++ b/win32/ifchange.bat
@@ -6,6 +6,8 @@ echo foo > conftest1.tmp
echo bar > conftest2.tmp
fc.exe conftest1.tmp conftest2.tmp > nul
if not errorlevel 1 goto :brokenfc
+del conftest1.tmp > nul
+del conftest2.tmp > nul
:: target does not exist or new file differs from it.
if not exist %1 goto :update