Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Hide 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