From 95a70aec5e8f69f2c328b44e352aedcd4a91e10a 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: Thu, 10 May 2018 18:54:38 +0000 Subject: build.sh:start_build: correctly handle -r ALL. patches/findutils_minipix-4.5.19.local.patch: link for findutils_minipix. --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index a2a85991..e9651025 100755 --- a/build.sh +++ b/build.sh @@ -11,7 +11,8 @@ buildp_dispatch() { ex_rtl_log_set_vnfo_lvl "${ARG_VERBOSE:-0}"; ex_rtl_log_msg info "Build started by ${BUILD_USER:=${USER}}@${BUILD_HNAME:=$(hostname)} at ${BUILD_DATE_START}."; ex_rtl_log_env_vars "build (global)" ${DEFAULT_LOG_ENV_VARS}; - if [ -n "${ARG_RESTART}" ]; then + if [ -n "${ARG_RESTART}" ]\ + && [ "${ARG_RESTART}" != ALL ]; then _build_tgt_pkg_names=""; for _build_tgt_lc in ${BUILD_TARGETS:-${TARGETS_DEFAULT}}; do _build_tgt_uc="$(ex_rtl_toupper "${_build_tgt_lc}")"; -- cgit v1.2.3