[Libreoffice-commits] .: Makefile.in

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Mon May 23 02:31:24 PDT 2011


 Makefile.in |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 9f619add01c0fed2da746477c615a9ebd54f4208
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Mon May 23 11:22:39 2011 +0200

    make dev-install use smoketest

diff --git a/Makefile.in b/Makefile.in
index 9b9dcbf..7c9477f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -24,10 +24,11 @@ install:
 
 dev-install:
 	@. ./*Env.Set.sh && \
-        ooinstall -l @abs_builddir@/install && \
-        echo "" && \
+        cd smoketestoo_native && \
+		build.pl $(GBUILD_OPT) -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@ && \
+		echo "" && \
         echo "Developer installation finished, you can now execute:" && \
-        echo "@abs_builddir@/install/program/soffice"
+        echo "@abs_builddir@/installation/opt/program/soffice"
 
 distclean: dmake/dmake at EXEEXT_FOR_BUILD@
 	@. ./*Env.Set.sh && \


More information about the Libreoffice-commits mailing list