[Libreoffice-commits] .: Makefile.am
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Nov 9 00:32:06 PST 2010
Makefile.am | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit e4e8c7254741cfcc3ae018d8e42e412d089cba37
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Tue Nov 9 10:31:38 2010 +0200
Don't echo the echo commands
diff --git a/Makefile.am b/Makefile.am
index 7a10f63..7f9f982 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -157,11 +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 ""
- echo "Your development build of LibreOffice has been installed using"
- echo "links to the build tree into $(BUILDDIR)/install."
+ @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