]> git.eshelyaron.com Git - emacs.git/commitdiff
(install): Change same-dir test to create test file in
authorGeoff Voelker <voelker@cs.washington.edu>
Mon, 13 Nov 1995 17:47:35 +0000 (17:47 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Mon, 13 Nov 1995 17:47:35 +0000 (17:47 +0000)
installation tree and thereby support read-only shares.

lisp/makefile.nt

index a4c755967695b1ce9e92d2b01e1c1c415a81e3b7..e1d09a36ba87c4edfada9dabdd8ca1657f85d06e 100644 (file)
@@ -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
                
 
 #