summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-01-11 11:01:13 +0100
committersb <sb@openoffice.org>2010-01-11 11:01:13 +0100
commitb79efacf62a2f2a60e9d49240f8fc7f2ce65ff59 (patch)
treee4d935faff03ea225bb078296f939e6dd0285a76 /smoketestoo_native
parent48e0f5f9a0c50054d98d4e267f85b11563e48fb0 (diff)
sb118: documentation
Diffstat (limited to 'smoketestoo_native')
-rw-r--r--smoketestoo_native/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index 2ef6cbd40ded..62c8f12bf5f7 100644
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -98,6 +98,10 @@ smoketest .PHONY: $(MISC)/installation.flag $(SHL1TARGETN) \
$(RM) -r $(MISC)/installation.flag `cat $(MISC)/installation.flag`
.ENDIF
+# Work around Windows problems with long pathnames (see issue 50885) by
+# installing into the temp directory instead of the module output tree (in which
+# case installation.flag contains the path to the temp installation, which is
+# removed after smoketest); can be removed once issue 50885 is fixed:
$(MISC)/installation.flag:
.IF "$(OS)" == "WNT"
$(my_set_tmp) && \