X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=44516af73685f08d1c80b39c5510aa7449d11879;hp=84278392227194ccfce7dc56f3bfba827e66dd94;hb=aceb943b237da1ade8efab458662f187925d160b;hpb=543286056ee211d4018b93cb866a63d2686a16dc diff --git a/make.sh b/make.sh index 8427839222..44516af736 100755 --- a/make.sh +++ b/make.sh @@ -369,7 +369,7 @@ exiterror() { done # Dump logfile - if [ -n "${LOGFILE}" ]; then + if [ -n "${LOGFILE}" ] && [ -e "${LOGFILE}" ]; then echo # empty line local line @@ -1778,7 +1778,7 @@ toolchain) ${INTERACTIVE} && clear prepareenv - print_build_stage "Toolchain compilation" + print_build_stage "Toolchain compilation (${BUILD_ARCH})" buildtoolchain echo "`date -u '+%b %e %T'`: Create toolchain image for ${BUILD_ARCH}" | tee -a $LOGFILE test -d $BASEDIR/cache/toolchains || mkdir -p $BASEDIR/cache/toolchains