summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-05-27 20:49:08 +0200
committerJan Holesovsky <kendy@suse.cz>2011-05-27 20:49:08 +0200
commite72584561e2a2b801b06af9c2775c82afef70563 (patch)
treea00b2bffa7dcb67c44789086d9f111f2664e2580 /Makefile.in
parentca907e02205e8e99e28608ddfe7bdaca24f23aa4 (diff)
parentad4a4673baf22ccd07e522d5ec0795f79e2584b9 (diff)
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c1d911d32cc9..bc55b978beaa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -28,10 +28,14 @@ install:
dev-install:
@. ./*Env.Set.sh && \
cd smoketestoo_native && \
+ export SAL_USE_VCLPLUGIN="svp" && \
build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && \
+ cd @abs_builddir@ && ln -s $$SOLARVER/$$INPATH/installation/opt/ install && \
echo "" && \
echo "Developer installation finished, you can now execute:" && \
- echo "@abs_builddir@/installation/opt/program/soffice"
+ echo "cd @abs_builddir@/install/program" && \
+ echo ". ooenv" && \
+ echo "./soffice.bin"
distclean: dmake/dmake@EXEEXT_FOR_BUILD@
@. ./*Env.Set.sh && \
@@ -60,6 +64,7 @@ check: Makefile dmake/dmake@EXEEXT_FOR_BUILD@ fetch
cd smoketestoo_native && \
export SAL_USE_VCLPLUGIN="svp" && \
build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@
+ @. ./*Env.Set.sh && $$SOLARENV/bin/subsequenttests
id:
@. ./*Env.Set.sh && \