Home
last modified time | relevance | path

Searched refs:BDIR (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-buildenv-internal42 if [ -z "$BDIR" ]; then
44 BDIR="build"
46 BDIR="$1"
47 if [ "$BDIR" = "/" ]; then
55 BDIR=$(echo $BDIR | sed -re 's|/+$||')
57 BDIR=$(readlink -f "$BDIR")
58 if [ -z "$BDIR" ]; then
68 if [ "${BDIR#/}" != "$BDIR" ]; then
69 BUILDDIR="$BDIR"
71 BUILDDIR="$(pwd)/$BDIR"
[all …]