From 81ca6d858b2e50ded7a4f713cc134a13c1fbf886 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 19 Aug 2011 15:01:17 +0200 Subject: Allow parallel build of the the cross build toolset. Plus various minor build tweaks. --- bootstrap.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bootstrap.1') diff --git a/bootstrap.1 b/bootstrap.1 index f49bf8633e66..933b2db7e71c 100755 --- a/bootstrap.1 +++ b/bootstrap.1 @@ -1,6 +1,12 @@ if test -z "${SOLARENV}"; then - if test -f ./Env.Host.sh; then . ./Env.Host.sh; fi + 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!" -- cgit v1.2.3