Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
11940849
Commit
11940849
authored
Feb 01, 2001
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use "rm -f" instead of "del /f", as the latter
is not supported by Windows 9X's COMMAND.COM.
parent
e427747f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
nt/ChangeLog
nt/ChangeLog
+5
-0
nt/configure.bat
nt/configure.bat
+1
-1
No files found.
nt/ChangeLog
View file @
11940849
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
...
...
nt/configure.bat
View file @
11940849
...
...
@@ -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
\m
akefile
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment