]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-buildenv-internal: improve the error detecting for $BDIR
authorDexuan Cui <dexuan.cui@intel.com>
Thu, 4 Aug 2011 06:53:20 +0000 (14:53 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2011 12:21:02 +0000 (13:21 +0100)
commit074ca832c0274e0e92698b4d006ef2708be105b8
treea8c16bdb1c434191343b5dc3ea4f0ef064c07498
parent34f2b2a207df8013f70a6de5a5f7e911ee2a8d71
scripts/oe-buildenv-internal: improve the error detecting for $BDIR

The previous fix for a bug in Ubuntu 10.04 readlink,
be2a2764d8ceb398d81714661e6f199c8b11946c, notified the user when a trailing
slash was used. As there is no semantic difference, simply remove any
trailing slashes and proceed without nagging the user.

See [YOCTO #671] for more details.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/oe-buildenv-internal