[Libreoffice-commits] .: Makefile.in

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Sat Oct 23 10:25:58 PDT 2010


 Makefile.in |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 9424ebfaf36684dd43269c60621760b92b6114cb
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Sat Oct 23 19:27:08 2010 +0200

    Fixed broken change and silence commands

diff --git a/Makefile.in b/Makefile.in
index 07dd538..aaec3ca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,22 +3,22 @@
 SHELL=/bin/sh
 
 all:
-	. ./*[Ee]nv.[Ss]et.sh && \
+	@. ./*[Ee]nv.[Ss]et.sh && \
 	./fetch_tarballs.sh ooo.lst && \
 	./bootstrap && \
 		cd instsetoo_native && ../solenv/bin/build.pl -P at BUILD_NCPUS@ --all -P at BUILD_MAX_JOBS@
 
 distclean:
-	. ./*[Ee]nv.[Ss]et.sh && \
+	@. ./*[Ee]nv.[Ss]et.sh && \
 	dmake distclean
 
 clean:
-	. ./*[Ee]nv.[Ss]et.sh && \
+	@. ./*[Ee]nv.[Ss]et.sh && \
 	dmake clean
 
 dev-install:
-	. ./*[Ee]nv.[Ss]et.sh && \
-		ooinstall -l $$SRC_ROOT/install
+	@. ./*[Ee]nv.[Ss]et.sh && \
+		ooinstall -l $$SRC_ROOT/install && \
 		echo && \
 		echo "Developer installation finished, you can find it here:" && \
 		echo "$$SRC_ROOT/install"


More information about the Libreoffice-commits mailing list