[Libreoffice-commits] .: Makefile.in

Stephan Bergmann sbergmann at kemper.freedesktop.org
Fri Sep 23 08:45:25 PDT 2011


 Makefile.in |   31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

New commits:
commit 611913d4a696f709e2dfd6279438bbf2a48ad4e3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Sep 23 17:44:53 2011 +0200

    Improved Makefile.in dev-install recipe.

diff --git a/Makefile.in b/Makefile.in
index 1f69b07..9c4ebf9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -24,20 +24,23 @@ build: Makefile dmake/dmake at EXEEXT_FOR_BUILD@ src.downloaded $(CROSS_TOOLSET_RUL
 
 dev-install: build
 	@. ./Env.Host.sh && \
-	cd smoketestoo_native && \
-		build.pl -P at BUILD_NCPUS@ --all:instsetoo_native -- -P at BUILD_MAX_JOBS@ && \
-		cd @abs_builddir@ && ln -s $$SOLARVER/$$INPATH/installation/opt/ install && \
-		echo "" && \
-	$$SOLARENV/bin/linkoo $$SRC_ROOT/install $$SRC_ROOT && \
-	install-gdb-printers -a "$$SOLARVER/$$INPATH/installation/opt" -L && \
-	echo && echo "Developer installation finished, you can now execute:" && echo && \
-	if test `uname -s` = Darwin; then \
-		echo open install/LibreOffice.app; \
-	else \
-		echo "cd @abs_builddir@/install/program" && \
-		echo ". ./ooenv" && \
-		echo "./soffice.bin"; \
-	fi
+            cd smoketestoo_native && \
+            build.pl -P at BUILD_NCPUS@ -- -P at BUILD_MAX_JOBS@ && \
+            rm -f "@abs_builddir@"/install && \
+            ln -s "$$SOLARVER/$$INPATH"/installation/opt/ \
+                "@abs_builddir@"/install && \
+            printf '\n' && \
+            install-gdb-printers -a "$$SOLARVER/$$INPATH/installation/opt" \
+                -L && \
+            printf \
+                '\nDeveloper installation finished, you can now execute:\n\n' \
+                && \
+            if test `uname -s` = Darwin; then \
+                printf 'open %s/install/LibreOffice.app\n' "@abs_builddir@"; \
+            else \
+                printf 'cd %s/install/program\n. ./ooenv\n./soffice.bin\n' \
+                    "@abs_builddir@"; \
+            fi
 
 check : allcheck
 	@true


More information about the Libreoffice-commits mailing list