summaryrefslogtreecommitdiffhomepage
path: root/subr/post_tarballs.subr
AgeCommit message (Collapse)AuthorFilesLines
2017-11-21Refactors build steps along the sequence {setup,fetch,configure,build,install}.Lucio Andrés Illanes Albornoz (arab, vxp)1-95/+0
subr/mode_check_updates.subr: seperated into check_updates.sh. subr/post_{copy_etc,sha256sums,tarballs}.subr: absorbed into `dist' target.
2017-11-20vars/{build,env}.vars: diet, pt. II.Lucio Andrés Illanes Albornoz (arab, vxp)1-9/+9
vars/build.vars: install w/ `DESTDIR=<prefix> PREFIX= prefix=' by default. vars/build.vars:cmake: build w/ -g0 -O2. vars/cmake.vars: build using cmake_host. vars/pkgconf_host.vars: remove & don't install ${PREFIX}/bin/pkg-config link to avoid confusing host packages. vars/{apr_util,chainport}.vars: replaced w/ corresponding ${PKG_BUILD_STEPS}. patches/perl-5.22.1.local.patch: pass -L. -lperl when linking. patches/smallbasic.local.patch: don't call pcre-config. subr/pkg_autoconf.subr, vars/{lib{caca,udns},toilet}.vars: always install config.sub after bootstrap. subr/pkg_disabled.subr: always silently finish disabled packages. subr/pkg_setup_{env,vars}.subr: split. subr/pkg_{build,install}.subr: always pass LIBTOOL=${PKG_SLIBTOOL:=slibtool}. subr/pkg_{{build,work}_dir,extract,setup_env}.subr: infer ${PKG_BUILD_DIR} from ${PKG_SUBDIR} given the absence of configure{,.{ac,in}}.
2017-02-08subr/post_tarballs.subr: fix toolchain tarball generation.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-02-06build.sh: call post_sha256sums() before calling post_tarballs().Lucio Andrés Illanes Albornoz (arab, vxp)1-19/+19
subr/post_sha256sums.subr: compute SHA256SUMs only if !${BUILD_SCRIPT_RC} && ${ARG_TARBALL}. subr/post_tarballs.subr: cleanup; include SHA256SUMS in dist tarball.
2017-02-05build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-02-03build.sh, etc/build.usage, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-02-01subr/post_tarballs.subr: fix typos.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-02-01subr/post_tarballs.subr: fix typos.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-02-01build.sh, subr/*: reorganised as subr/{check,mode,pkg,post}_*.subr.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+95