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
bfa347fd
Commit
bfa347fd
authored
Nov 22, 1995
by
Geoff Voelker
Browse files
(install, fast_install, real_install, clean):
Don't use switches to del not supported by Win95.
parent
99eac72a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
nt/makefile.nt
nt/makefile.nt
+13
-13
No files found.
nt/makefile.nt
View file @
bfa347fd
...
...
@@ -71,12 +71,12 @@ install: all emacs.bat
cd
..
\n
t
-
$(CP)
emacs.bat
$(INSTALL_DIR)
\b
in
-
$(ADDPM)
$(INSTALL_DIR)
-
del
/q
..
\s
ame-dir.tst
-
del
/q
$(INSTALL_DIR)
\s
ame-dir.tst
-
del ..
\s
ame-dir.tst
-
del
$(INSTALL_DIR)
\s
ame-dir.tst
echo
SameDirTest
>
$(INSTALL_DIR)
\s
ame-dir.tst
if
not exist ..
\s
ame-dir.tst
$(MAKE)
-f
makefile.nt real_install
-
del
/q
..
\s
ame-dir.tst
-
del
/q
$(INSTALL_DIR)
\s
ame-dir.tst
-
del ..
\s
ame-dir.tst
-
del
$(INSTALL_DIR)
\s
ame-dir.tst
#
# This installs executables from ..\bin into the installation directory
...
...
@@ -87,19 +87,19 @@ fast_install:
$(CP)
..
\l
ib-src
\D
OC
$(INSTALL_DIR)
\e
tc
-
mkdir
$(INSTALL_DIR)
\b
in
-
$(CP)
emacs.bat
$(INSTALL_DIR)
\b
in
-
del
/q
..
\s
ame-dir.tst
-
del
/q
$(INSTALL_DIR)
\s
ame-dir.tst
-
del ..
\s
ame-dir.tst
-
del
$(INSTALL_DIR)
\s
ame-dir.tst
echo
SameDirTest
>
$(INSTALL_DIR)
\s
ame-dir.tst
if
not exist ..
\s
ame-dir.tst
$(CP)
..
\b
in
\e
macs.exe
$(INSTALL_DIR)
\b
in
if
not exist ..
\s
ame-dir.tst
$(CP)
..
\b
in
\e
tags.exe
$(INSTALL_DIR)
\b
in
if
not exist ..
\s
ame-dir.tst
$(CP)
..
\b
in
\c
tags.exe
$(INSTALL_DIR)
\b
in
if
not exist ..
\s
ame-dir.tst nmake
-f
$(MAKE)
real_install
-
del
/q
..
\s
ame-dir.tst
-
del
/q
$(INSTALL_DIR)
\s
ame-dir.tst
-
del ..
\s
ame-dir.tst
-
del
$(INSTALL_DIR)
\s
ame-dir.tst
real_install
:
-
del
/q
..
\s
ame-dir.tst
-
del
/q
$(INSTALL_DIR)
\s
ame-dir.tst
-
del ..
\s
ame-dir.tst
-
del
$(INSTALL_DIR)
\s
ame-dir.tst
echo
SameDirTest
>
$(INSTALL_DIR)
\s
ame-dir.tst
-
mkdir
$(INSTALL_DIR)
\e
tc
-
mkdir
$(INSTALL_DIR)
\i
nfo
...
...
@@ -107,14 +107,14 @@ real_install:
-
mkdir
$(INSTALL_DIR)
\d
ata
if
not exist ..
\s
ame-dir.tst
$(CP_DIR)
..
\e
tc
$(INSTALL_DIR)
\e
tc
if
not exist ..
\s
ame-dir.tst
$(CP_DIR)
..
\i
nfo
$(INSTALL_DIR)
\i
nfo
-
del
/q
..
\s
ame-dir.tst
-
del
/q
$(INSTALL_DIR)
\s
ame-dir.tst
-
del ..
\s
ame-dir.tst
-
del
$(INSTALL_DIR)
\s
ame-dir.tst
#
# Maintenance
#
CLEAN_CMD
=
$(MAKE)
-f
makefile.nt clean
clean
:
; - del
/q
/s *~ *.pdb
clean
:
; - del /s *~ *.pdb
-
$(DEL_TREE)
deleted
-
$(DEL_TREE)
obj
-
$(DEL_TREE)
..
\b
in
...
...
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