Hi all, not sure if the fix it's as originally intended.
Or may be it's completely wrong, 'cause my knowledge of make is rather poor. beppec56. -- Kind Regards, Giuseppe Castagno Acca Esse http://www.acca-esse.eu giuseppe.castagno at acca-esse.eu beppec56 at openoffice.org
>From 7caa044a654130c9ef911079a1a36835efb8b241 Mon Sep 17 00:00:00 2001 From: Giuseppe Castagno <[email protected]> Date: Thu, 2 Dec 2010 12:48:10 +0100 Subject: [PATCH] Fix download target in make. --- Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index a69b8d8..8e65d65 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ SHELL=/bin/sh -all: dmake/dm...@exeext@ fetch +all: dmake/dm...@exeext@ download @. ./*[Ee]nv.[Ss]et.sh && \ cd instsetoo_native && \ ../solenv/bin/build.pl -...@build_ncpus@ --all -- -...@build_max_jobs@ @@ -35,7 +35,7 @@ dmake/dm...@exeext@: @. ./*[Ee]nv.[Ss]et.sh && \ ./bootstrap -src/downloaded: ooo.lst download +src/downloaded: ooo.lst @. ./*[Ee]nv.[Ss]et.sh && \ $$SRC_ROOT/download $$SRC_ROOT/ooo.lst && touch $@ -- 1.6.3.3
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
