diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-21 19:40:28 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 19:34:05 -0600 |
commit | 909cd34b7b0982078a50b9ed46cf57811d9571df (patch) | |
tree | 30aee8668613a9875eff2835b4ffb07701cabac0 /bootstrap | |
parent | b5c7a1ea72da52cb11f54212dda984e0507aab92 (diff) |
coup de grace for Env.Host.sh and associated files
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/bootstrap b/bootstrap index 9faa842f304c..94d07aaeba35 100755 --- a/bootstrap +++ b/bootstrap @@ -10,25 +10,10 @@ if test -z "${SRC_ROOT}"; then fi fi if test -z "${SOLARENV}"; then - if test -f ./Env.Build.sh ; then - . ./Env.Build.sh - else - if test -f ./Env.Host.sh ; then - . ./Env.Host.sh - fi - fi -fi -if test -z "${SOLARENV}"; then echo "bootstrap: No environment set!" exit 1 fi -# remove aliases set by Env.Host.sh -unalias mkout 2> /dev/null -unalias deliver 2> /dev/null -unalias build 2> /dev/null -unalias zipdep 2> /dev/null - # executables are *.exe for WNT. This variable is necessary since Cygwin 1.5.x # Use spawn instead of fork when building dmake on cygwin. if test "$GUI_FOR_BUILD" = "WNT"; then |