mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-25 19:11:56 +00:00
Use "rm -f" instead of "del /f", as the latter
is not supported by Windows 9X's COMMAND.COM.
This commit is contained in:
parent
e427747fcc
commit
1194084946
@ -1,3 +1,8 @@
|
||||
2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* configure.bat: Use "rm -f" instead of "del /f", as the latter
|
||||
is not supported by Windows 9X's COMMAND.COM.
|
||||
|
||||
2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* configure.bat: Make sure redirection is preceeded by a blank, to
|
||||
|
@ -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
|
||||
copy /b config.settings+%MAKECMD%.defs+..\src\makefile.w32-in ..\src\makefile
|
||||
if not exist ..\lisp\Makefile.unix rename ..\lisp\Makefile.in Makefile.unix
|
||||
if exist ..\lisp\makefile del /f ..\lisp\makefile
|
||||
if exist ..\lisp\makefile rm -f ../lisp/[Mm]akefile
|
||||
copy /b config.settings+%MAKECMD%.defs+..\lisp\makefile.w32-in ..\lisp\makefile
|
||||
rem Use the default (no-op) Makefile.in if the nt version is not present.
|
||||
if exist ..\leim\makefile.w32-in copy /b config.settings+%MAKECMD%.defs+..\leim\makefile.w32-in ..\leim\makefile
|
||||
|
Loading…
Reference in New Issue
Block a user