(install): Change same-dir test to create test file in
installation tree and thereby support read-only shares.
This commit is contained in:
parent
6441db6b0b
commit
bb441948ca
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue