summaryrefslogtreecommitdiffhomepage
path: root/etc/build.usage.short
AgeCommit message (Collapse)AuthorFilesLines
2024-04-24etc/build.usage{,.short}: updated.Lucía Andrea Illanes Albornoz1-2/+3
etc/README.md: updated.
2023-04-03Drop ccache support.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-20Implements ccache integration.Lucía Andrea Illanes Albornoz1-1/+1
2023-03-20Implements --theme in {build,pkgtool}.sh.Lucía Andrea Illanes Albornoz1-3/+3
2023-02-17Make everything a bit faster.Lucía Andrea Illanes Albornoz1-1/+1
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
2021-08-26Implements logging tags, tag sets, and themes.Lucio Andrés Illanes Albornoz1-19/+12
subr/pkgtool_init.subr:pkgtoolp_init_args(): set ${BUILD_HNAME}.
2021-08-26etc/{README.md,build.usage{,.short}}: updated.Lucio Andrés Illanes Albornoz1-2/+2
2021-08-26Log messages at {info,notice,verbose} and {,-v,-vv}.Lucio Andrés Illanes Albornoz1-4/+10
2021-08-25etc/{build.usage{,.short},pkgtool.usage}: colourised.Lucio Andrés Illanes Albornoz1-20/+20
2021-08-25Implements ./build.sh -V {notice,verbose,build,fileops,install,xtrace}.Lucio Andrés Illanes Albornoz1-3/+10
2021-08-24Split ./build.sh -x from ./build.sh -vvvv.Lucio Andrés Illanes Albornoz1-6/+7
2021-05-07Implements extended -r syntax.Lucio Andrés Illanes Albornoz1-0/+17
build.sh:buildp_ast(): only reset package build step state if ${ARG_RESET_PKG} is 1. etc/{build.usage,README.md}: updated. etc/build.usage.short, subr/build_init.subr: implement short help screen. midipix.env: correctly escape multi-line variable assignment expressions. subr.rtl/rtl_list.subr: updated. subr.rtl/rtl_state.subr:rtl_state_set(): correctly implement invalidation. subr.rtl/rtl_state.subr:rtl_state_test(): honour `LAST'. subr/build_init.subr:buildp_init_getopts(): implements --reset-pkg. subr/build_init.subr:buildp_{expand_restart_{at,recursive},process_restart_spec}(): initial implementation. subr/ex_pkg_{dispatch,env}.subr: updated. subr/ex_pkg_exec.subr:ex_pkg_exec(): honour `ALL' and `LAST'. vars/gcc.vars: updated.