[Libreoffice-commits] .: Makefile.in
Jan Holesovsky
kendy at kemper.freedesktop.org
Fri Oct 7 02:18:51 PDT 2011
Makefile.in | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit 683cd8d86febeb28d1cb79ec9fb4c7cef45042ef
Author: Jan Holesovsky <kendy at suse.cz>
Date: Fri Oct 7 10:48:12 2011 +0200
Indicate that the build was successful, and what to do next.
diff --git a/Makefile.in b/Makefile.in
index b7fd5f5..c2f6288 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,6 +18,17 @@ endif
.PHONY : build dev-install all cross-build-toolset install distro-pack-install clean distclean findunusedcode
all: build unitcheck
+ @echo
+ @echo "LibreOffice build succesfully finished :-)"
+ @echo
+ifeq (@CROSS_COMPILING@,YES)
+ @echo "Please consult README.cross how to install it."
+else
+ @echo "To install, issue: @GNUMAKE@ install"
+ @echo "Developers might prefer this way: @GNUMAKE@ dev-install"
+ @echo "To run smoketest, issue: @GNUMAKE@ check"
+endif
+ @echo
build: Makefile dmake/dmake at EXEEXT_FOR_BUILD@ src.downloaded $(CROSS_TOOLSET_RULE)
@. ./Env.Host.sh && \
More information about the Libreoffice-commits
mailing list