summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-27 20:10:58 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-27 20:21:36 +0100
commita8fa37a56a693da77b4e01f8fbe972d9cc86b328 (patch)
treee6c5d1dee6fdbecc0dfdf5e0119df3dce7cf8a24 /build.sh
parent41d5cc5c6a90d493d82ab9436ca6890ba1ded96a (diff)
downloadmidipix_build-a8fa37a56a693da77b4e01f8fbe972d9cc86b328.tar.bz2
midipix_build-a8fa37a56a693da77b4e01f8fbe972d9cc86b328.tar.xz
- Followup to b947460aacf5861255b5d7f1e521b0daf30b3b11: don't exit 1, exit normally.
- Fix typo in PKG_UTIL_LINUX_LDFLAGS_CONFIGURE_EXTRA preventing util-linux from being built under some circumstances (reported by noninc.) - Add pkg-config to CHECK_PREREQ_CMDS as packages depending on ncurses need this. (reported by noninc.)
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a4954bd6..8cc64b56 100755
--- a/build.sh
+++ b/build.sh
@@ -80,7 +80,6 @@ for BUILD_LVL in 0 1 2 3; do
tar -C ${PREFIX} -cpf - build.log $(cd ${PREFIX} && find ${WORKDIR#${PREFIX}/} -mindepth 1 -maxdepth 1 -type d -iname ${PKG_SUBDIR}-*) |\
bzip2 -c - > ${BUILD_DEBUG_TARBALL_FNAME};
log_msg info "Please upload ${BUILD_DEBUG_TARBALL_FNAME} and provide an URL to it in <irc://irc.freenode.net/midipix>.";
- exit 1;
fi;
: $((BUILD_NFAIL+=1)); break; ;;
esac;