summaryrefslogtreecommitdiff
path: root/Makefile.in
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
commita22c7cb5f35abc2fe8e30d0f333bd4105ac6d2e1 (patch)
treea57111b1aecc9e89673ab1e58e17bf72bd4ed967 /Makefile.in
parent5d734844a505c31af8cb942f66a08ad8fbf6aa12 (diff)
split downloading down into a separate 'fetch' rule
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8eb3d31d29ad..a69b8d8d1254 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