summaryrefslogtreecommitdiffhomepage
path: root/vars/musl.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 16:00:55 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 18:06:58 +0000
commitfc9417f077a909539495531229f9035c15fe10f0 (patch)
tree30195a268ceb7d5a6bb5a1c6167385bbbf68e58d /vars/musl.vars
parent14c984b00aece1050b63288fe5856854ebcbb352 (diff)
downloadmidipix_build-fc9417f077a909539495531229f9035c15fe10f0.tar.bz2
midipix_build-fc9417f077a909539495531229f9035c15fe10f0.tar.xz
build.sh, subr/ex_pkg_dispatch.subr: splits build logging and job control logic.
subr/ex_pkg_dispatch.subr: dispatch background jobs w/ redirected std{err,out} & FIFO. subr/ex_pkg_state.subr:ex_pkg_state_init(): trap(1) signals to abort build. vars/{gcc,musl}.vars: don't exit(1) from within package subroutine.
Diffstat (limited to 'vars/musl.vars')
-rw-r--r--vars/musl.vars3
1 files changed, 0 insertions, 3 deletions
diff --git a/vars/musl.vars b/vars/musl.vars
index 5605872f..d2dfd54c 100644
--- a/vars/musl.vars
+++ b/vars/musl.vars
@@ -53,7 +53,6 @@ pkg_musl_no_complex_all() {
./lazy -e "${_install}" -x build;
ex_pkg_state_push "${PKG_NAME}" build finish;
fi;
- exit 0;
};
pkg_musl_native_all() {
@@ -76,7 +75,6 @@ pkg_musl_native_all() {
ex_build_fileop ln_symbolic ../lib/libc.so "${PKG_PREFIX}/bin/ldd";
ex_pkg_state_push "${PKG_NAME}" build finish;
fi;
- exit 0;
};
pkg_musl_full_all() {
@@ -98,7 +96,6 @@ pkg_musl_full_all() {
./lazy -e "${_install}" -x build;
ex_pkg_state_push "${PKG_NAME}" build finish;
fi;
- exit 0;
};
# vim:filetype=sh