diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-11-21 17:06:36 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-11-21 17:09:19 +0000 |
commit | a44f58f1c69eb041700f650583d74b0a4d5337ef (patch) | |
tree | 2e8131c93fab755762ec3fe42be6288ce1731857 /etc | |
parent | 6b949487e9c2ff495666094a3df6a0b51fe5ac2f (diff) | |
download | midipix_build-a44f58f1c69eb041700f650583d74b0a4d5337ef.tar.bz2 midipix_build-a44f58f1c69eb041700f650583d74b0a4d5337ef.tar.xz |
subr/pkg_setup_distclean.subr: rm(1) ${PKG_BASE_DIR} on-demand.
etc/build.usage: updated.
subr/pkg_setup_{env,subdirs}.subr: split {cd,mkdir}(1) sequence into setup_env_subdirs.
vars/env.vars: adds setup_distclean:variant & setup_subdirs:invariant build steps.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/etc/build.usage b/etc/build.usage index 6993ed72..c68dc4c2 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -9,18 +9,21 @@ usage: ./build.sh [-x] [-4|6] [-a nt32|nt64] [-b debug|release] [-c] [-h] -h Show this screen. -i Ignore SHA256 hash mismatches when downloading files. -N Offline mode: no {wget,git-{clone,pull}}(1) calls. - -r package[,...][:step] Restart the specified comma-separated build(s) completely or at - the optionally specified step. Currently defined steps are: - fetch_wget, fetch_git, fetch_extract, configure_patch_pre, - configure_autotools, configure_patch, configure, build_clean, - build, install_subdirs, install_make, install_files, install_libs, - install_pkgconfig, install_purge_la, install_strip, and install. + -r package[,...][:step] Restart the specified comma-separated build(s) completely + or at the optionally specified step. Currently defined + steps are: + setup_distclean, fetch_wget, fetch_git, fetch_extract, + configure_patch_pre, configure_autotools, configure_patch, + configure, build_clean, build, install_subdirs, install_make, + install_files, install_libs, install_pkgconfig, install_purge_la, + install_strip, and install. -R Ignore build failures and continue building (relaxed mode.) - -t[.gz|.bz2|.xz] Produce binary distribution and source tarballs containing ${PREFIX} - sans ${WORKDIR} and ${PREFIX}/src/midipix_build and ${WORKDIR} sans top- - level regular files at the end of a build with zero failures. The - tarballs will be compressed with either gzip, bzip2, or xz and signed - with GPG; the default compression is xz. + -t[.gz|.bz2|.xz] Produce binary distribution and source tarballs containing + ${PREFIX} sans ${WORKDIR} and ${PREFIX}/src/midipix_build + and ${WORKDIR} sans top-level regular files at the end of + a build with zero failures. The tarballs will be compressed + with either gzip, bzip2, or xz and signed with GPG; the + default compression is xz. -v Be verbose. --debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix. <target>[ ...] One of: |