summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-10-07 10:48:12 +0200
committerJan Holesovsky <kendy@suse.cz>2011-10-07 10:48:43 +0200
commit683cd8d86febeb28d1cb79ec9fb4c7cef45042ef (patch)
tree32e5a0878167bc981505cca73c4a12b8462fc211 /Makefile.in
parentMiklos wants writerfilter doxygen-ified, too (diff)
downloadcore-683cd8d86febeb28d1cb79ec9fb4c7cef45042ef.tar.gz
core-683cd8d86febeb28d1cb79ec9fb4c7cef45042ef.zip
Indicate that the build was successful, and what to do next.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b7fd5f505470..c2f6288f8ef4 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@EXEEXT_FOR_BUILD@ src.downloaded $(CROSS_TOOLSET_RULE)
@. ./Env.Host.sh && \