summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_install_make.subr
AgeCommit message (Collapse)AuthorFilesLines
2021-05-06patches/texinfo{,_host}-6.7.local.patch: added.Lucio Andrés Illanes Albornoz1-4/+10
midipix.env:${DEFAULT_{CROSS,HOST,NATIVE}_MAKE}: default to make. subr/pkg_{build,install}.subr: honour ${PKG_MAKE}. subr/pkg_build.subr: export "make LIBTOOL=${PKG_LIBTOOL}" during ${PKG_MAKE} if non-zero and not "none". subr/pkg_configure.subr: export "make LIBTOOL=${PKG_LIBTOOL}" during ${PKG_CONFIGURE} if non-zero and not "none". subr/pkg_install_make.subr: export "make LIBTOOL=${PKG_LIBTOOL}" during ${PKG_MAKE} if non-zero and not "none".
2020-06-02midipix.env:${DEFAULT_BUILD_VARS}: adds ${PKG_CFLAGS_BUILD} and ↵Lucio Andrés Illanes Albornoz1-9/+18
${PKG_MAKE_SUBDIRS}. subr/pkg_{build,install}.subr: honour ${PKG_MAKE_SUBDIRS}. etc/README.md: updated.
2020-03-15Set -o nounset in addition to +o errexit -o nounset.Lucio Andrés Illanes Albornoz1-9/+15
groups/000.host_tools.group:libtool_host:${PKG_LIBTOOL}: build w/ `none'. subr/build_init.subr:buildp_init_getopts(): set ${DEFAULT_BUILD_CPUS} prior to ex_pkg_load_vars() call. subr/pkg_{build,install_make}.subr: only pass `LIBTOOL=${PKG_LIBTOOL}' if set and not `none'. vars/libtool_host.vars: removes obsolete vars file.
2020-02-26subr/pkg_{fetch_extract,install_make}.subr, vars/env.vars: minor cleanup.Lucio Andrés Illanes Albornoz1-4/+0
2020-02-26General cleanup, pt. II.Lucio Andrés Illanes Albornoz1-1/+1
2020-02-25General cleanup, pt. I.Lucio Andrés Illanes Albornoz1-1/+1
2020-02-04Revert "subr/pkg_{build,install_make}.subr: default to LIBTOOL=rdlibtool ↵Lucio Andrés Illanes Albornoz1-1/+1
(via midipix.)" This reverts commit fde9ee5a1385d14a8bd82ae548f1d7c1e1de551a.
2020-02-03subr/pkg_{build,install_make}.subr: default to LIBTOOL=rdlibtool (via midipix.)Lucio Andrés Illanes Albornoz1-1/+1
vars/{gcc,midipix}.vars: default to LIBTOOL=rdlibtool (via midipix.)
2017-12-03Separate front end (build.sh, subr/build_*) from dispatcher.Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+3
2017-11-22subr/*: reorganised as {ex{,_{pkg,rtl,setup}},pkg}_*.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-11-21subr/pkg_*.subr, vars/{apr,git}.vars: supply & reference ${PKG_DESTDIR}.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-11-21Refactors build steps along the sequence {setup,fetch,configure,build,install}.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+20
subr/mode_check_updates.subr: seperated into check_updates.sh. subr/post_{copy_etc,sha256sums,tarballs}.subr: absorbed into `dist' target.