From: Richard Purdie Date: Tue, 28 Oct 2008 10:01:03 +0000 (+0000) Subject: scripts/poky-env-internal: Unset BDIR after use X-Git-Tag: 2011-1~7937 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=23f08fdde338f95966842fc53c16e98a8418bbb7;p=openembedded-core.git scripts/poky-env-internal: Unset BDIR after use --- diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index ee7a0a935c..c08bfd5c37 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal @@ -37,6 +37,8 @@ PKGDIR_MOBLIN="$OEROOT/meta-moblin/" BUILDDIR="$OEROOT/$BDIR/" MSG='' +unset BDIR + BUILD_ARCH=`uname -m` BUILD_OS=`uname | tr [A-Z] [a-z]` BUILD_SYS="$BUILD_ARCH-$BUILD_OS"