bootstrap.1 (5b501c92) bootstrap.1 (37e6b05a)
1# *************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 25 unchanged lines hidden (view full) ---

34
35chmod +x "$SRC_ROOT/solenv/bin/build.pl"
36chmod +x "$SRC_ROOT/solenv/bin/build_client.pl"
37chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl"
38chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
39
40# fetch or update external tarballs
41if [ "$DO_FETCH_TARBALLS" = "yes" ]; then
1# *************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 25 unchanged lines hidden (view full) ---

34
35chmod +x "$SRC_ROOT/solenv/bin/build.pl"
36chmod +x "$SRC_ROOT/solenv/bin/build_client.pl"
37chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl"
38chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
39
40# fetch or update external tarballs
41if [ "$DO_FETCH_TARBALLS" = "yes" ]; then
42 $SRC_ROOT/fetch_tarballs.sh $SRC_ROOT/ooo.lst
42 if [ "X$USE_NEW_EXTLIB_DOWNLOAD" != "X" ]; then
43 download_external_libraries.pl $SRC_ROOT/external_libs.lst
44 else
45 $SRC_ROOT/fetch_tarballs.sh $SRC_ROOT/ooo.lst
46 fi
43fi
44
45# ------------------------------------------------------------------------------
46# Build dmake
47
48if test -n "$DMAKE_URL" -a ! -x "$SOLARENV/$OUTPATH/bin/dmake$EXEEXT"; then
49
50 # Assume that the dmake archive has been downloaded by fetch_tarballs.sh

--- 105 unchanged lines hidden ---
47fi
48
49# ------------------------------------------------------------------------------
50# Build dmake
51
52if test -n "$DMAKE_URL" -a ! -x "$SOLARENV/$OUTPATH/bin/dmake$EXEEXT"; then
53
54 # Assume that the dmake archive has been downloaded by fetch_tarballs.sh

--- 105 unchanged lines hidden ---