Searched refs:PWD (Results 1 – 25 of 27) sorted by relevance
12
25 if [ -e "$PWD/tools/perf/libperf-jvmti.so" ]; then26 LIBJVMTI=$PWD/tools/perf/libperf-jvmti.so27 elif [ -e "$PWD/libperf-jvmti.so" ]; then28 LIBJVMTI=$PWD/libperf-jvmti.so
19 SCRIPT_REL_PATH=$(realpath --relative-to=$PWD $0)21 KDIR_ROOT_DIR=$(realpath $PWD/$SCRIPT_REL_DIR/../../../../)50 echo -e "\$PWD: $PWD"77 echo -e "\$PWD: $PWD"
13 if [ ! -e $PWD/$SCRIPT_REL_DIR/Makefile ]; then19 make -s -C $PWD/$SCRIPT_REL_DIR $tgt;
443 O="$(realpath "${PWD}/${O}")"449 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
5 $(MAKE) -C $(KDIR) M=$$PWD8 $(MAKE) -C $(KDIR) M=$$PWD modules_install
10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
4 $(if $(shell cd $(PWD); test -d $(O) || echo $(O)),$(error O=$(O) does not exist),)5 ABSOLUTE_O := $(shell cd $(PWD); cd $(O) ; pwd)
210 if mount | grep -qw "$PWD"; then211 mount_point=$PWD213 # If PWD doesn't work, that is an environmental problem.
5 PWD := $(shell pwd) macro 8 KERNEL_PATH ?= $(PWD)/../../../../..9 BUILD_PATH ?= $(PWD)/build/$(ARCH)10 DISTFILES_PATH ?= $(PWD)/distfiles280 export CCACHE_DIR ?= $(PWD)/ccache314 echo "file /init.sh $(PWD)/../netns.sh 755 0 0" >> $@
33 THIS_DIR := ${PWD}
133 $ make -C <path_to_kernel_src> M=$PWD nsdeps
38 FULL_O := $(shell cd $(PWD); readlink -f $(O) || echo $(O))
51 @echo PWD=. > $(SNAPSHOT)/Makefile
24 ROOT=$PWD
27 THIS_DIR := ${PWD}
136 all_target_sources | gtags -i -C "${tree:-.}" -f - "$PWD"
353 -exec realpath --relative-base=$(PWD) {} \;; \355 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
101 CLASSDIR=$PWD109 CLASSDIR=$PWD
146 PATH=$PWD:$PATH
124 INSTALL_PATH=$PWD/tools/testing/selftests/kselftest_install \
163 $ make -C <path_to_kernel_src> M=$PWD nsdeps
165 $ make -C <path_to_kernel_src> M=$PWD nsdeps
1155 wait_inotify $PWD/cpuset.cpus.partition $PRS &
91 $ diod -f -n -d 0 -S -l 0.0.0.0:9999 -e $PWD