From a0561a397b5e543658a7adb76c822fd2327698e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Wed, 14 Dec 2016 16:30:13 +0100 Subject: 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. --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 9bc1cf89..c19c11de 100755 --- a/build.sh +++ b/build.sh @@ -17,6 +17,7 @@ case ${1} in -C) ARG_CHECK_UPDATES=1; ;; -n) ARG_DRYRUN=1 ARG_VERBOSE=1; ;; -N) ARG_OFFLINE=1; ;; +-i) ARG_IGNORE_SHA256SUMS=1; ;; -t*) ARG_TARBALL=1; [ "${1#-t.}" != "${1}" ] && TARBALL_SUFFIX=${1#-t.}; ;; -v) ARG_VERBOSE=1; ;; -x) ARG_XTRACE=1; set -o xtrace; ;; @@ -28,6 +29,9 @@ case ${1} in ARG_RESTART=${2}; else ARG_RESTART=${2%:*}; ARG_RESTART_AT=${2#*:}; + fi; + if [ -z "${ARG_RESTART_AT}" ]; then + ARG_RESTART_AT=ALL; fi; shift; ;; host_toolchain|native_toolchain|runtime|lib_packages|leaf_packages|devroot|world) BUILD_TARGETS_META="${BUILD_TARGETS_META:+${BUILD_TARGETS_META} }${1}"; ;; -- cgit v1.2.3