summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-10 16:54:09 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2010-11-10 16:54:09 +0100
commit096e164c209afce0f45c74f9409dab77d0e217b8 (patch)
tree8eb7d6afc47e1743ea7a659f26d8f9f34d695b76 /Makefile.in
parentbabab2c53f54535dc25ab69808afb0b3ecdcc3f0 (diff)
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index aaec3ca00de9..f14fbd453793 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@BUILD_NCPUS@ --all -P@BUILD_MAX_JOBS@