[Libreoffice-commits] .: Makefile.am
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Nov 9 00:31:25 PST 2010
Makefile.am | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 07b27bc0e8635b0fba2ca279b634b52d0284e619
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Nov 9 10:30:44 2010 +0200
Make dev-install tell where it installed it
diff --git a/Makefile.am b/Makefile.am
index 6ac2dcf..7a10f63 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -157,6 +157,11 @@ $(BUILDDIR)/install/program/ooenv: $(STAMP_DIR)/build
if test -f $(BUILDDIR)/bin/tweakconfig.oxt$(OOBUILDDIR)/applied_patches ; then \
$(BUILDDIR)/install/program/unopkg add -v --shared $(BUILDDIR)/bin/tweakconfig.oxt ; \
fi
+ echo ""
+ @echo "-----------------------------------------------------------------------------------"
+ echo ""
+ echo "Your development build of LibreOffice has been installed using"
+ echo "links to the build tree into $(BUILDDIR)/install."
# Run smoketest, but timeout in 15 minutes if it got stuck
smoketest: $(BUILDDIR)/install/program/ooenv
More information about the Libreoffice-commits
mailing list