Searched refs:BBDIR (Results 1 – 1 of 1) sorted by relevance
8 local BBDIR PKGDIR BUILDDIR10 if test x"$1" = x; then BBDIR=`pwd`; else BBDIR=$1; fi14 BBDIR=`readlink -f $BBDIR`17 if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then22 PATH=$BBDIR/bin:$PATH23 BBPATH=$BBDIR24 if test x"$BBDIR" != x"$PKGDIR"; then