summaryrefslogtreecommitdiffhomepage
path: root/subr.rtl/rtl_install_v2.subr
AgeCommit message (Collapse)AuthorFilesLines
2023-03-21Document subr.rtl/*.subr functions, pt. IV.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-20Document subr.rtl/*.subr functions, pt. II.Lucía Andrea Illanes Albornoz1-0/+128
2023-02-19Add copyright legends to all files.Lucía Andrea Illanes Albornoz1-0/+1
2023-02-18Add textwidth=0 to Vim modelines.Lucía Andrea Illanes Albornoz1-1/+1
2023-02-17Make everything a bit faster.Lucía Andrea Illanes Albornoz1-304/+359
0) Issues several prayers and sacrifices to Enki under threat of a terrible deluge sent down by Ellil 1) Convert fork-write/read exprs to be non-forking 2) Pass mostly everything by reference 3) Don't bother cleaning the variable namespace because Bourne shell is an abomination 4) Removes broken ./pkgtool.sh -s, --restart-at, --update-diff & ./build.sh --dump-{in,on-abort} 5) Cleanup
2022-11-12subr.rtl/rtl_install_v2.subr: fix typo.Lucía Andrea Illanes Albornoz1-1/+1
2021-09-09subr.rtl/rtl_install_v2.subr:rtl_install_v2(): correctly set from ${IFS} ↵Lucio Andrés Illanes Albornoz1-1/+1
(via Redfoxmoon.)
2021-08-27Implements localised message files, pt. II.Lucio Andrés Illanes Albornoz1-1/+1
2021-08-26Implements logging tags, tag sets, and themes.Lucio Andrés Illanes Albornoz1-1/+1
subr/pkgtool_init.subr:pkgtoolp_init_args(): set ${BUILD_HNAME}.
2021-08-24subr.rtl/rtl_install_v2.subr:rtlp_install_fmap_patterns(): only prepend ↵Lucio Andrés Illanes Albornoz1-1/+6
${_rifp2_prefix} given non-absolute ${_rifp2_lhs}.
2021-08-24midipix.env:${DEFAULT_BUILD_VARS}: adds INSTALL_FILES_V2.Lucio Andrés Illanes Albornoz1-2/+2
subr.rtl/rtl_install_v2.subr:rtlp_install_fmap(): fix typo. subr.rtl/rtl_install_v2.subr:rtlp_install_fmap_patterns(): don't prepend ${_rifp2_prefix} w/ %<*>. subr/ex_pkg_exec.subr:exp_pkg_exec_pre(): honour ${PKG_INSTALL_FILES:-} in emitting missing_pkg. subr/pkg_install_files.subr:pkgp_install_files_v2(): initial implementation.
2021-08-24devbuild.sh:devbuild_all(): optionally set -p count from ${1}.Lucio Andrés Illanes Albornoz1-2/+0
etc/README.md: updated. subr.rtl/rtl_install_v2.subr:rtl_install_v2(): remove debugging remnant.
2021-08-24subr.rtl/rtl_install_v2.subr:rtlp_install_fmap_params(): switch to portable ↵Lucio Andrés Illanes Albornoz1-1/+1
[!...] vs. [^...] patterns.
2021-08-24Implements extended ${PKG_INSTALL} DSL, pt. I.Lucio Andrés Illanes Albornoz1-0/+542