]> git.eshelyaron.com Git - emacs.git/commitdiff
Use "rm -f" instead of "del /f", as the latter
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 Feb 2001 09:52:05 +0000 (09:52 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 1 Feb 2001 09:52:05 +0000 (09:52 +0000)
is not supported by Windows 9X's COMMAND.COM.

nt/ChangeLog
nt/configure.bat

index 34cff6a7b79ed101872c7fc0537c08733623a5c2..aec140dbdb940515a9e817d6b49b9c2f6bc1e660 100644 (file)
@@ -1,3 +1,8 @@
+2001-02-01  Eli Zaretskii  <eliz@is.elta.co.il>\r
+\r
+       * configure.bat: Use "rm -f" instead of "del /f", as the latter\r
+       is not supported by Windows 9X's COMMAND.COM.\r
+\r
 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>\r
 \r
        * configure.bat: Make sure redirection is preceeded by a blank, to\r
index edbafe497aaa700ed8363c8cff81f6f8db7d92e1..3e8a506da39bdea58fbffba6ec11f0e1e67ae56f 100755 (executable)
@@ -253,7 +253,7 @@ copy /b config.settings+%MAKECMD%.defs+..\nt\makefile.w32-in ..\nt\makefile
 copy /b config.settings+%MAKECMD%.defs+..\lib-src\makefile.w32-in ..\lib-src\makefile\r
 copy /b config.settings+%MAKECMD%.defs+..\src\makefile.w32-in ..\src\makefile\r
 if not exist ..\lisp\Makefile.unix rename ..\lisp\Makefile.in Makefile.unix\r
-if exist ..\lisp\makefile del /f ..\lisp\makefile\r
+if exist ..\lisp\makefile rm -f ../lisp/[Mm]akefile\r
 copy /b config.settings+%MAKECMD%.defs+..\lisp\makefile.w32-in ..\lisp\makefile\r
 rem   Use the default (no-op) Makefile.in if the nt version is not present.\r
 if exist ..\leim\makefile.w32-in copy /b config.settings+%MAKECMD%.defs+..\leim\makefile.w32-in ..\leim\makefile\r