Mercurial > emacs
changeset 13535:b077415f487d
(install): Change same-dir test to create test file in
installation tree and thereby support read-only shares.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Mon, 13 Nov 1995 17:47:35 +0000 |
parents | 25cd5b83d805 |
children | af2fc95b03f0 |
files | lisp/makefile.nt |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/makefile.nt Mon Nov 13 05:06:14 1995 +0000 +++ b/lisp/makefile.nt Mon Nov 13 17:47:35 1995 +0000 @@ -29,9 +29,9 @@ install:; - mkdir $(INSTALL_DIR)\lisp - del /q .\same-dir.tst - del /q $(INSTALL_DIR)\lisp\same-dir.tst - echo SameDirTest > .\same-dir.tst - if not exist $(INSTALL_DIR)\lisp\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp - - del /q .\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 #