diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-01-19 17:41:24 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-01-19 17:41:24 +0000 |
commit | da03644a9f0c6daa76f20797910693731e9ad230 (patch) | |
tree | 75c4618c9fbb2cd39e8d2d6ec6283e29090157ae /etc | |
parent | 04b44cb22dd9c7e5b3fa3d94e8beb82466bc9d89 (diff) | |
download | midipix_build-da03644a9f0c6daa76f20797910693731e9ad230.tar.bz2 midipix_build-da03644a9f0c6daa76f20797910693731e9ad230.tar.xz |
build.sh, etc/build.usage, subr/ex_pkg_dispatch.subr: adds -r LAST.
subr/ex_rtl_state.subr: adds ex_rtl_state_clear().
vars/midipix.vars: adds ${DEFAULT_BUILD_LAST_FAILED_PKG_FNAME}.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/build.usage b/etc/build.usage index 8d46e768..b065e18e 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -1,5 +1,5 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] - [-F ipv4|ipv6|offline] [-h] [-P [jobs]] [-r ALL|name[,..][:step,..]] + [-F ipv4|ipv6|offline] [-h] [-P [jobs]] [-r ALL|LAST|name[,..][:step,..]] [-R] [-v[v[v[v]]]] [--as-needed] [--debug-minipix] [<target>[ ..]] -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. -b debug|release Selects debug or release build; defaults to debug. @@ -20,9 +20,10 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] processors on the host system. If -R is not specified and at least one (1) package fails to build, all remaining package builds will be forcibly aborted for convenience. - -r ALL|name[,..][:step,..] + -r ALL[:step,..]|LAST|name[,..][:step,..] Restart all packages/the specified comma-separated package(s) - completely or at optionally specified comma-separated step(s). + completely or at optionally specified comma-separated step(s) + or restart the last failed package and resume build. Currently defined steps are: fetch_wget, fetch_git, fetch_extract, configure_patch_pre, configure_autotools, configure_patch, |