mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
oops; do not die if we have to checkout the cross compiler
This commit is contained in:
parent
1411dffb6a
commit
c144146ced
@ -10,8 +10,6 @@ BASE="`cd "$DIRNAME" ; /bin/pwd `"
|
|||||||
die() { echo >&2 "$@"; exit 1; }
|
die() { echo >&2 "$@"; exit 1; }
|
||||||
|
|
||||||
if [ ! -d build/musl-cross ]; then
|
if [ ! -d build/musl-cross ]; then
|
||||||
die "cross compiler already built?"
|
|
||||||
|
|
||||||
cd build
|
cd build
|
||||||
hg clone https://bitbucket.org/GregorR/musl-cross \
|
hg clone https://bitbucket.org/GregorR/musl-cross \
|
||||||
|| die "clone failed"
|
|| die "clone failed"
|
||||||
|
Loading…
Reference in New Issue
Block a user