Kaydet (Commit) 683cd8d8 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Indicate that the build was successful, and what to do next.

üst 19428106
...@@ -18,6 +18,17 @@ endif ...@@ -18,6 +18,17 @@ endif
.PHONY : build dev-install all cross-build-toolset install distro-pack-install clean distclean findunusedcode .PHONY : build dev-install all cross-build-toolset install distro-pack-install clean distclean findunusedcode
all: build unitcheck 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) build: Makefile dmake/dmake@EXEEXT_FOR_BUILD@ src.downloaded $(CROSS_TOOLSET_RULE)
@. ./Env.Host.sh && \ @. ./Env.Host.sh && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment