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
Open sidebar
emacs
emacs
Commits
2ed027ed
Commit
2ed027ed
authored
Nov 22, 1995
by
Geoff Voelker
Browse files
(install, clean): Don't use switches to del not supported by Win95.
parent
c02ab107
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
lisp/makefile.nt
lisp/makefile.nt
+4
-5
No files found.
lisp/makefile.nt
View file @
2ed027ed
...
...
@@ -27,16 +27,15 @@ all:
# Assuming INSTALL_DIR is defined, copy the elisp files to it
#
install
:
; - mkdir $(INSTALL_DIR)
\l
isp
-
del
/q
.
\s
ame-dir.tst
-
del
/q
$(INSTALL_DIR)
\l
isp
\s
ame-dir.tst
-
del .
\s
ame-dir.tst
-
del
$(INSTALL_DIR)
\l
isp
\s
ame-dir.tst
echo
SameDirTest
>
$(INSTALL_DIR)
\l
isp
\s
ame-dir.tst
if
not exist .
\s
ame-dir.tst
$(CP_DIR)
.
$(INSTALL_DIR)
\l
isp
-
del
/q
$(INSTALL_DIR)
\l
isp
\s
ame-dir.tst
-
del
$(INSTALL_DIR)
\l
isp
\s
ame-dir.tst
#
# Maintenance
#
clean
:
; - del
/q
*~
clean
:
; - del *~
-
$(DEL_TREE)
deleted
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