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. --- scripts/build/lb_clean | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'scripts/build/lb_clean') 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