[Libreoffice-commits] .: Makefile.in

Sebastian Spaeth spaetz at kemper.freedesktop.org
Wed Nov 10 07:56:01 PST 2010


 Makefile.in |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 68108c5be63f3c0e50e4f8632450b5fa58f54d17
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Wed Nov 10 16:54:09 2010 +0100

    don't fetch_tarballs twice
    
    fetch_tarballs is called by bootstrap when DO_FETCH_EXTERNAL is set to
    true. So calling this here another time does not yield any benefit.
    
    You could see this was happening, because it checked for wget and
    mdsum twice at the beginning of each build.

diff --git a/Makefile.in b/Makefile.in
index aaec3ca..f14fbd4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,6 @@ SHELL=/bin/sh
 
 all:
 	@. ./*[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@
 


More information about the Libreoffice-commits mailing list