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
2e17c871
Commit
2e17c871
authored
Mar 28, 1996
by
Geoff Voelker
Browse files
Change uses of del to $(DEL).
parent
1afb7be2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
27 deletions
+25
-27
lib-src/makefile.nt
lib-src/makefile.nt
+3
-4
lisp/makefile.nt
lisp/makefile.nt
+4
-4
nt/makefile.nt
nt/makefile.nt
+15
-16
src/makefile.nt
src/makefile.nt
+3
-3
No files found.
lib-src/makefile.nt
View file @
2e17c871
...
...
@@ -92,7 +92,7 @@ $(BLD)\ctags.exe: ctags.c $(CTAGSOBJ)
$(LINK)
-out
:
$@
$(LINK_FLAGS)
$(CTAGSOBJ)
$(LIBS)
ctags.c
:
etags.c
-
del
ctags.c
-
$(DEL)
ctags.c
copy etags.c ctags.c
$(BLD)\ctags.obj
:
ctags.c
...
...
@@ -164,7 +164,7 @@ lisp= \
DOC
=
DOC
$(DOC)
:
$(BLD)
\m
ake-docfile.exe
-
del
$(DOC)
-
$(DEL)
$(DOC)
$(BLD)
\m
ake-docfile
-d
..
\s
rc
$(obj)
>
$(DOC)
$(BLD)
\m
ake-docfile
-d
..
\s
rc
$(lisp)
>>
$(DOC)
$(CP)
$(DOC)
..
\e
tc
\D
OC-X
...
...
@@ -199,10 +199,9 @@ install: $(INSTALL_FILES)
#
# Maintenance
#
clean
:
; -
del
*~ *.pdb
clean
:
; -
$(DEL)
*~ *.pdb
DOC*
-
$(DEL_TREE)
deleted
-
$(DEL_TREE)
obj
-
del DOC
*
#
# Headers we would preprocess if we could.
...
...
lisp/makefile.nt
View file @
2e17c871
...
...
@@ -27,15 +27,15 @@ all:
# Assuming INSTALL_DIR is defined, copy the elisp files to it
#
install
:
; - mkdir $(INSTALL_DIR)
\l
isp
-
del
.
\s
ame-dir.tst
-
del
$(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
$(INSTALL_DIR)
\l
isp
\s
ame-dir.tst
-
$(DEL)
$(INSTALL_DIR)
\l
isp
\s
ame-dir.tst
#
# Maintenance
#
clean
:
; -
del
*~
clean
:
; -
$(DEL)
*~
-
$(DEL_TREE)
deleted
nt/makefile.nt
View file @
2e17c871
...
...
@@ -72,12 +72,12 @@ install: all emacs.bat
cd
..
\n
t
-
$(CP)
emacs.bat
$(INSTALL_DIR)
\b
in
-
$(ADDPM)
$(INSTALL_DIR)
-
del
..
\s
ame-dir.tst
-
del
$(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
..
\s
ame-dir.tst
-
del
$(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
...
...
@@ -88,19 +88,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
..
\s
ame-dir.tst
-
del
$(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
..
\s
ame-dir.tst
-
del
$(INSTALL_DIR)
\s
ame-dir.tst
-
$(DEL)
..
\s
ame-dir.tst
-
$(DEL)
$(INSTALL_DIR)
\s
ame-dir.tst
real_install
:
-
del
..
\s
ame-dir.tst
-
del
$(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
...
...
@@ -108,20 +108,19 @@ 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
..
\s
ame-dir.tst
-
del
$(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 /s
*~ *.pdb
clean
:
; -
$(DEL)
*~ *.pdb
-
$(DEL_TREE)
deleted
-
$(DEL_TREE)
obj
-
$(DEL_TREE)
..
\b
in
-
del ..
\e
tc
\D
OC
-
del ..
\e
tc
\D
OC-X
-
del emacs.bat
-
$(DEL)
..
\e
tc
\D
OC ..
\e
tc
\D
OC-X
-
$(DEL)
emacs.bat
cd
..
\l
ib-src
$(CLEAN_CMD)
cd
..
\s
rc
...
...
src/makefile.nt
View file @
2e17c871
...
...
@@ -163,7 +163,7 @@ paths.h: ..\nt\paths.h
#
DOC
=
obj
\e
tc
\D
OC-X
$(DOC)
:
; cd ..
\l
ib-src
-
del
DOC-X
-
$(DEL)
DOC-X
$(MAKE)
-f
makefile.nt all
cd
..
\s
rc
...
...
@@ -230,7 +230,7 @@ install: all
#
# Maintenance
#
clean
:
; -
del
*~ *.pdb config.h paths.h
clean
:
; -
$(DEL)
*~ *.pdb config.h paths.h
-
$(DEL_TREE)
deleted
-
$(DEL_TREE)
obj
...
...
@@ -239,7 +239,7 @@ clean:; - del *~ *.pdb config.h paths.h
# this target is mostly used for debugging.
#
cleandump
:
; cd $(BLD)
-
del
callproc.obj data.obj dispnew.obj doc.obj editfns.obj emacs.obj lread.obj process.obj sysdep.obj term.obj ntheap.obj unexnt.obj
-
$(DEL)
callproc.obj data.obj dispnew.obj doc.obj editfns.obj emacs.obj lread.obj process.obj sysdep.obj term.obj ntheap.obj unexnt.obj
cd
..
\.
.
...
...
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