diff options
| author | Geoff Voelker | 1995-11-13 17:47:35 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1995-11-13 17:47:35 +0000 |
| commit | bb441948ca0659a93a34c4d6712a339259da3397 (patch) | |
| tree | 75c099812d479a9f1d934f83feabbc37762c35f2 | |
| parent | 6441db6b0bb66fcd588c1a0ec0b17f2fbefb5640 (diff) | |
| download | emacs-bb441948ca0659a93a34c4d6712a339259da3397.tar.gz emacs-bb441948ca0659a93a34c4d6712a339259da3397.zip | |
(install): Change same-dir test to create test file in
installation tree and thereby support read-only shares.
| -rw-r--r-- | lisp/makefile.nt | 6 |
1 files changed, 3 insertions, 3 deletions
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: | |||
| 29 | install:; - mkdir $(INSTALL_DIR)\lisp | 29 | install:; - mkdir $(INSTALL_DIR)\lisp |
| 30 | - del /q .\same-dir.tst | 30 | - del /q .\same-dir.tst |
| 31 | - del /q $(INSTALL_DIR)\lisp\same-dir.tst | 31 | - del /q $(INSTALL_DIR)\lisp\same-dir.tst |
| 32 | echo SameDirTest > .\same-dir.tst | 32 | echo SameDirTest > $(INSTALL_DIR)\lisp\same-dir.tst |
| 33 | if not exist $(INSTALL_DIR)\lisp\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp | 33 | if not exist .\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp |
| 34 | - del /q .\same-dir.tst | 34 | - del /q $(INSTALL_DIR)\lisp\same-dir.tst |
| 35 | 35 | ||
| 36 | 36 | ||
| 37 | # | 37 | # |