]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
core117: Ship updated vpnmain.cgi
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 84278392227194ccfce7dc56f3bfba827e66dd94..44516af73685f08d1c80b39c5510aa7449d11879 100755 (executable)
--- 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