[Libreoffice-commits] .: Makefile.in
Michael Meeks
mmeeks at kemper.freedesktop.org
Thu Dec 2 02:49:09 PST 2010
Makefile.in | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
New commits:
commit e4ed8c98e58a13332a85ec7961cf1280204d6be5
Author: Michael Meeks <michael.meeks at novell.com>
Date: Thu Dec 2 10:47:13 2010 +0000
split downloading down into a separate 'fetch' rule
diff --git a/Makefile.in b/Makefile.in
index 8eb3d31..a69b8d8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,7 +3,7 @@
SHELL=/bin/sh
-all: dmake/dmake at EXEEXT@
+all: dmake/dmake at EXEEXT@ fetch
@. ./*[Ee]nv.[Ss]et.sh && \
cd instsetoo_native && \
../solenv/bin/build.pl -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@
@@ -34,3 +34,9 @@ clean: dmake/dmake at EXEEXT@
dmake/dmake at EXEEXT@:
@. ./*[Ee]nv.[Ss]et.sh && \
./bootstrap
+
+src/downloaded: ooo.lst download
+ @. ./*[Ee]nv.[Ss]et.sh && \
+ $$SRC_ROOT/download $$SRC_ROOT/ooo.lst && touch $@
+
+download: src/downloaded
More information about the Libreoffice-commits
mailing list