mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(install, clean): Don't use switches to del not supported by Win95.
This commit is contained in:
parent
c02ab10709
commit
2ed027ede9
1 changed files with 4 additions and 5 deletions
|
|
@ -27,16 +27,15 @@ all:
|
|||
# Assuming INSTALL_DIR is defined, copy the elisp files to it
|
||||
#
|
||||
install:; - mkdir $(INSTALL_DIR)\lisp
|
||||
- del /q .\same-dir.tst
|
||||
- del /q $(INSTALL_DIR)\lisp\same-dir.tst
|
||||
- del .\same-dir.tst
|
||||
- del $(INSTALL_DIR)\lisp\same-dir.tst
|
||||
echo SameDirTest > $(INSTALL_DIR)\lisp\same-dir.tst
|
||||
if not exist .\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp
|
||||
- del /q $(INSTALL_DIR)\lisp\same-dir.tst
|
||||
- del $(INSTALL_DIR)\lisp\same-dir.tst
|
||||
|
||||
|
||||
#
|
||||
# Maintenance
|
||||
#
|
||||
clean:; - del /q *~
|
||||
clean:; - del *~
|
||||
- $(DEL_TREE) deleted
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue