summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-12-02 10:47:13 +0000
committerMichael Meeks <michael.meeks@novell.com>2010-12-02 10:47:33 +0000
commite4ed8c98e58a13332a85ec7961cf1280204d6be5 (patch)
tree0d0f26d25d9f0ae53ba9696ffa488fddb7a141b7
parent42239467e806f07d953c6dee1159c2b7d481f271 (diff)
split downloading down into a separate 'fetch' rule
-rw-r--r--Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8eb3d31d2..a69b8d8d1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,7 +3,7 @@
SHELL=/bin/sh
-all: dmake/dmake@EXEEXT@
+all: dmake/dmake@EXEEXT@ fetch
@. ./*[Ee]nv.[Ss]et.sh && \
cd instsetoo_native && \
../solenv/bin/build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@
@@ -34,3 +34,9 @@ clean: dmake/dmake@EXEEXT@
dmake/dmake@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