[Libreoffice-commits] .: Makefile.in
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Tue May 24 09:26:24 PDT 2011
Makefile.in | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit b9bb9170a4f4f4e897712c5dd4b9dd1c9dc73203
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date: Tue May 24 18:25:42 2011 +0200
symlink the install in install folder like before
diff --git a/Makefile.in b/Makefile.in
index a5c997e..a6669d8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,9 +26,13 @@ dev-install:
@. ./*Env.Set.sh && \
cd smoketestoo_native && \
build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@ && \
+ cd @abs_builddir@ && ln -s $(SOLARVER)/$(INPATH)/installation/opt/ install && \
+ echo "$(SOLARVER)/$(INPATH)" && \
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 at EXEEXT_FOR_BUILD@
@. ./*Env.Set.sh && \
More information about the Libreoffice-commits
mailing list