Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-10 | etc/build.usage, subr/build_args.subr: adds -C build[,dest[,src]] (clean ↵ | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -2/+11 | |
subdirs) and -p (create package tarballs). subr/pkg_clean.subr: given -C, clean build, dest, and/or src. subr/pkg_install.subr: given -p, create gzip(1)-compressed package tarball at ${PKG_BASE_DIR}/${PKG_NAME}.tgz. vars/env.vars:${DEFAULT_BUILD_STEPS}: adds `clean' post-install. | |||||
2017-12-05 | etc/build.usage: adds -P [jobs]. | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -18/+29 | |
subr/build_args.subr: adds `optarg' arg type & ARG_PARALLEL:optarg:-P:auto. subr/build_init.subr: default ${ARG_PARALLEL} ([jobs]) to ${DEFAULT_BUILD_CPUS}. subr/ex_pkg_dispatch.subr: honour ${ARG_PARALLEL}, defaulting to no parallelisation. | |||||
2017-12-03 | subr/*.subr: fix header legends. | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -0/+4 | |
subr/ex_pkg_dispatch.subr: add warning to header concerning set -o errexit. | |||||
2017-12-03 | Separate front end (build.sh, subr/build_*) from dispatcher. | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -0/+75 | |