From: Geoff Voelker Date: Mon, 13 Nov 1995 17:47:35 +0000 (+0000) Subject: (install): Change same-dir test to create test file in X-Git-Tag: emacs-19.34~2325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb441948ca0659a93a34c4d6712a339259da3397;p=emacs.git (install): Change same-dir test to create test file in installation tree and thereby support read-only shares. --- diff --git a/lisp/makefile.nt b/lisp/makefile.nt index a4c75596769..e1d09a36ba8 100644 --- a/lisp/makefile.nt +++ b/lisp/makefile.nt @@ -29,9 +29,9 @@ all: 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 #