diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-11-15 21:04:53 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-11-15 21:04:53 +0100 |
commit | 35633f3dc606541bb17788d492460feae4b2f946 (patch) | |
tree | 4918e7f141b915a1918e680f3ed4e671497b8fba /etc | |
parent | 59765f508225998d8a73b1da8380ff06b4a6b79c (diff) | |
download | midipix_build-35633f3dc606541bb17788d492460feae4b2f946.tar.bz2 midipix_build-35633f3dc606541bb17788d492460feae4b2f946.tar.xz |
build.sh: adds -N (offline mode) flag.
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 c513c82c..ecfd16ba 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -1,5 +1,5 @@ usage: ./build.sh [-x] [-a nt32|nt64] [-b debug|release] [-c] [-h] [-n] - [-r package[,...][:step]] [-t[.gz|.bz2|.xz] [-v] + [-N] [-r package[,...][:step]] [-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. @@ -8,6 +8,7 @@ usage: ./build.sh [-x] [-a nt32|nt64] [-b debug|release] [-c] [-h] [-n] -c Clean ${PREFIX} before processing build scripts. -h Show this screen. -n Perform dry run. + -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 extract build_dir autoconf patch configure clean build install |