diff options
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 |