Searched refs:PWD (Results 1 – 14 of 14) sorted by relevance
28 (cd $TOP; PWD= /bin/pwd)34 PWD= /bin/pwd36 local HERE=$PWD38 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do40 T=`PWD= /bin/pwd -P`51 export ORIGINAL_PWD=${PWD}
34 export TOP=$(cd $(dirname ${BASH_SOURCE[0]})/../..; PWD= /bin/pwd)
5 SCRIPT_DIR="${PWD}"7 TOP="${PWD}"
746 (cd $TOP; PWD= /bin/pwd)752 PWD= /bin/pwd754 local HERE=$PWD756 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do758 T=`PWD= /bin/pwd -P`782 local HERE=$PWD787 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do788 T=`PWD= /bin/pwd`872 local HERE=$PWD874 M=`PWD= /bin/pwd`[all …]
9 ABP := $(PWD)/$(SOONG_HOST_OUT_EXECUTABLES)14 ABP := $(ABP):$(PWD)/$(HOST_OUT_EXECUTABLES)
19 PWD := $(shell pwd)
534 BISON_PKGDATADIR := $(PWD)/prebuilts/build-tools/common/bison1005 RELATIVE_PWD := PWD=/proc/self/cwd
34 PWD := $(shell pwd)
8 export TRAVIS_BUILD_DIR=$PWD
71 SCRIPT_DIR="$PWD"73 CHECKOUT_ROOT="$PWD"
9 TOP=${PWD}
25 Assume that the source directory is `$PWD`. If a script is going to change36 Don't assume that `$OUT_DIR` is under `$PWD`, users can set it to a relative path