diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-12-14 16:30:13 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-12-14 16:45:25 +0100 |
commit | a0561a397b5e543658a7adb76c822fd2327698e9 (patch) | |
tree | 3c93f70d3092769901076e3fc5e8966d13be64c0 /etc | |
parent | fcfccc538d0a1c47fc4870ac61be640dfe403330 (diff) | |
download | midipix_build-a0561a397b5e543658a7adb76c822fd2327698e9.tar.bz2 midipix_build-a0561a397b5e543658a7adb76c822fd2327698e9.tar.xz |
Updates file, libz, npth, Xproto, xtrans, libX11, Xrender, dash, diffutils, dos2unix, gawk, grep, make, man-db, mksh, openssh, patch, tar, The Silver Searcher, whois, and zsh.
build.sh, etc/build.usage: adds -i (ignore SHA256 hash mismatches.)
build.sh, build/pkg.build, subr/pkg.subr: skip `clean' build target unless explicitly specified.
patches/man-db-2.7.6.1.local.patch: added.
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 30253679..a2bc2b1e 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] - [-n] [-N] [-r package[,...][:step]] [-t[.gz|.bz2|.xz] + [-i] [-n] [-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] [-C] [-h] -c Clean ${PREFIX} before processing build scripts. -C Check package(s) for updates upstream. -h Show this screen. + -i Ignore SHA256 hash mismatches when downloading files. -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 |