diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2017-04-15 13:19:43 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2017-04-15 13:19:43 +0000 |
commit | a0f5214d3cd0d9f27f450a6842e14ebce42f6023 (patch) | |
tree | 8a612b4afeabe225bf5e910dae7be42de146e1e4 /etc | |
parent | d68201af1b1358f22380b4c8bf0b1da25a44d384 (diff) | |
download | midipix_build-a0f5214d3cd0d9f27f450a6842e14ebce42f6023.tar.bz2 midipix_build-a0f5214d3cd0d9f27f450a6842e14ebce42f6023.tar.xz |
build.sh, etc/build.usage: adds -R: [i]gnore build failures and continue building (relaxed mode) (via midipix.)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/build.usage b/etc/build.usage index 7f2d7376..4afb4504 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -1,5 +1,5 @@ usage: ./build.sh [-x] [-a nt32|nt64] [-b debug|release] [-c] [-C] [-h] - [-i] [-N] [-r package[,...][:step]] [-t[.gz|.bz2|.xz] + [-i] [-N] [-r package[,...][:step]] [-R] [-t[.gz|.bz2|.xz] [-v] [<target>[ ...]] -x Set the xtrace sh(1)ell option for debugging purposes. -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. @@ -14,6 +14,7 @@ usage: ./build.sh [-x] [-a nt32|nt64] [-b debug|release] [-c] [-C] [-h] the optionally specified step. Currently defined steps are: fetch extract build_dir patch_pre autoconf patch configure clean build 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 |