Searched refs:PWD (Results 1 – 4 of 4) sorted by relevance
73 PWD=`pwd`74 if [[ "${PWD}" == */system/bt ]]76 echo "Please edit ${PWD}/stack/include/bt_types.h next."
17 PWD ?= $(CURDIR) macro18 OUT ?= $(PWD)/build-opt-local
31 : ${OUT:=${PWD}}
48 python -c "import os.path; print os.path.relpath('$1', '$PWD')"