summaryrefslogtreecommitdiff
path: root/bootstrap.1
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-08-19 15:01:17 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-19 15:36:18 +0200
commit81ca6d858b2e50ded7a4f713cc134a13c1fbf886 (patch)
treedfc4acfe74d9c74e47a5bad864d2b7474768fefe /bootstrap.1
parent072efc74051b1e67a9112f4f5ccf2fcba6a6343f (diff)
Allow parallel build of the the cross build toolset.
Plus various minor build tweaks.
Diffstat (limited to 'bootstrap.1')
-rwxr-xr-xbootstrap.18
1 files changed, 7 insertions, 1 deletions
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!"