From b6da4aec0426e111f06b2693c292cc57cc8c9e5a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 27 Aug 2012 15:16:09 +0200 Subject: Removing old LB= hack when wrapper was not mandatory. --- bin/lb | 2 +- scripts/build/lb_clean | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/lb b/bin/lb index 63c74988a..e8cdb5c3b 100755 --- a/bin/lb +++ b/bin/lb @@ -75,6 +75,6 @@ case "${1}" in fi Echo "[%s] %s" "$(date +'%F %T')" "${COMMAND} ${@}" - LB=1 ${ENV} exec "${SCRIPT}" "${@}" + ${ENV} exec "${SCRIPT}" "${@}" ;; esac diff --git a/scripts/build/lb_clean b/scripts/build/lb_clean index 131304177..10450644d 100755 --- a/scripts/build/lb_clean +++ b/scripts/build/lb_clean @@ -57,10 +57,10 @@ for ARGUMENT in ${ARGUMENTS} do case "${ARGUMENT}" in --all) - LB=1 "${0}" noauto --chroot - LB=1 "${0}" noauto --binary - LB=1 "${0}" noauto --stage - LB=1 "${0}" noauto --source + "${0}" noauto --chroot + "${0}" noauto --binary + "${0}" noauto --stage + "${0}" noauto --source rmdir --ignore-fail-on-non-empty auto > /dev/null 2>&1 || true ;; @@ -109,13 +109,13 @@ do ;; --remove) - LB=1 "${0}" --all + "${0}" --all rm -rf cache/packages.* ;; --purge) - LB=1 "${0}" --all - LB=1 "${0}" --cache + "${0}" --all + "${0}" --cache if [ -e auto/config ] then -- cgit v1.2.3