summaryrefslogtreecommitdiff
path: root/bootstrap.1
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2012-06-06 10:34:19 +0000
committerAndre Fischer <af@apache.org>2012-06-06 10:34:19 +0000
commit9268b63d40271adc1ebd719b694124e7a1c46988 (patch)
tree9004f4fa21f66a3ccd7df1bdcb36e7aba58b7ce8 /bootstrap.1
parent2f5938b5cb01090f0cae5ffd57599a8dc030a357 (diff)
#i119732# Renamed download_external_libraries.pl to download_external_dependencies.pl and made it the default in bootstrap.1.
Notes
ignore: aoo
Diffstat (limited to 'bootstrap.1')
-rw-r--r--bootstrap.16
1 files changed, 1 insertions, 5 deletions
diff --git a/bootstrap.1 b/bootstrap.1
index 1b2c681917b7..719f385e7f99 100644
--- a/bootstrap.1
+++ b/bootstrap.1
@@ -39,11 +39,7 @@ chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
# fetch or update external tarballs
if [ "$DO_FETCH_TARBALLS" = "yes" ]; then
- if [ "X$USE_NEW_EXTLIB_DOWNLOAD" != "X" ]; then
- download_external_libraries.pl $SRC_ROOT/external_libs.lst
- else
- $SRC_ROOT/fetch_tarballs.sh $SRC_ROOT/ooo.lst
- fi
+ download_external_dependencies.pl $SRC_ROOT/external_deps.lst
fi
# ------------------------------------------------------------------------------