Searched refs:bindir (Results 1 – 13 of 13) sorted by relevance
23 if grep "^# CONFIG_$uc_applet is not set$" "$bindir/.config" >/dev/null; then32 if grep "^# $f is not set$" "$bindir/.config" >/dev/null; then89 [ x"$bindir" != x"" ] || bindir="${lcwd%/*}" # one directory up from $lcwd90 PATH="$bindir:$PATH"91 export bindir # some tests need to look at $bindir/.config104 "$bindir/busybox" 2>&1 |120 LINKSDIR="$bindir/runtest-tempdir-links"131 ln -s "$bindir/busybox" "$LINKSDIR/$i" 2>/dev/null136 sed -nr 's/^CONFIG_//p' "$bindir/.config" |157 PATH="$LINKSDIR:$tsdir:$bindir:$PATH" \
6 test -f "$bindir/.config" && . "$bindir/.config"
9 test -f "$bindir/.config" && . "$bindir/.config"
21 test -f "$bindir/.config" && . "$bindir/.config"
8 test -f "$bindir/.config" && . "$bindir/.config"
3 test -f "$bindir/.config" && . "$bindir/.config"
74 bindir=$(objtree) srcdir=$(srctree)/testsuite \