# HG changeset patch # User Geoff Voelker # Date 816284855 0 # Node ID b077415f487deb7c6a4c081b8b63af8b7d615a12 # Parent 25cd5b83d805cb69cd2c1725d9606fb25efb6ec2 (install): Change same-dir test to create test file in installation tree and thereby support read-only shares. diff -r 25cd5b83d805 -r b077415f487d lisp/makefile.nt --- 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 #