Kaydet (Commit) 096e164c authored tarafından Sebastian Spaeth's avatar Sebastian Spaeth

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.
üst babab2c5
......@@ -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@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment