summaryrefslogtreecommitdiffhomepage
path: root/vars/vim.vars
AgeCommit message (Collapse)AuthorFilesLines
2020-03-15Set -o nounset in addition to +o errexit -o nounset.Lucio Andrés Illanes Albornoz1-1/+1
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-03-01General cleanup, pt. III.Lucio Andrés Illanes Albornoz1-5/+5
dist/dist_digest.dist: removes obsolete dist file. etc/{build.usage,README.md}: updated. groups/000.host_tools.group:{autoconf,automake,gettext_tiny,install_strip,libtool,m4}_host: moved from groups/010.host_deps.group. groups/221.native_packages_dev.group:lua: moved from groups/231.native_packages_etc.group. groups/221.native_packages_dev.group:lua:${PKG_FORCE_AUTORECONF}: set. groups/231.native_packages_etc.group:{mlogin,tdnf}:${PKG_FORCE_AUTORECONF}: set. groups/241.native_packages_inet.group:nullmailer:${PKG_FORCE_AUTORECONF}: set. groups/251.native_packages_lib.group:lib{asr,gpg_error}:${PKG_FORCE_AUTORECONF}: set. midipix.env, etc/README.md, subr/pkg_configure_autotools.subr: adds FORCE_NO_AUTORECONF. subr/rtl_fileop.subr: adds ch{mod,own} fileops. vars/{check_updates,jamvm,lib{asr,gpg_error},lua,mlogin,tdnf}.vars: removes obsolete vars file.
2020-02-26General cleanup, pt. II.Lucio Andrés Illanes Albornoz1-2/+2
2020-02-25General cleanup, pt. I.Lucio Andrés Illanes Albornoz1-1/+1
2018-05-09vars/vim.vars: correctly set ${PKG_VIM{,_MINIPIX}_CONFIG_CACHE_EXTRA}.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+3
2018-05-09vars/build.vars:minipix: adds vim_minipix.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+6
vars/dist_minipix_dist.vars: provide share/{nano/nanorc.nanorc,vim/vim74/vimrc_example.vim} & symlinks as share/{nanorc,vimrc}. vars/vim_minipix.vars: added from vars/vim.vars.
2017-12-03Separate front end (build.sh, subr/build_*) from dispatcher.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-12-02vars/vim.vars: copy config.cache into src/auto/.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+4
subr/pkg_configure_autotools.subr: correctly output config.cache.
2017-11-29subr/pkg_configure_autotools.subr: create ${PKG_BUILD_DIR}/config.cache from ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-4/+12
${PKG_CONFIG_CACHE{,_EXTRA}}. etc/config.cache, vars/*.vars: split into vars/*.vars.
2017-11-22subr/*: reorganised as {ex{,_{pkg,rtl,setup}},pkg}_*.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/+10
subr/mode_check_updates.subr: seperated into check_updates.sh. subr/post_{copy_etc,sha256sums,tarballs}.subr: absorbed into `dist' target.