Searched refs:PWD (Results 1 – 25 of 29) 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;
434 O="$(realpath "${PWD}/${O}")"440 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
48 $ make -C <path_to_kernel_dir> M=$PWD55 $ make -C /lib/modules/`uname -r`/build M=$PWD60 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install69 make -C $KDIR M=$PWD77 M=$PWD89 make -C $KDIR M=$PWD [target]124 make -C $KDIR M=$PWD bar.lst125 make -C $KDIR M=$PWD baz.o126 make -C $KDIR M=$PWD foo.ko127 make -C $KDIR M=$PWD ./[all …]
254 O="$(realpath "${PWD}/${O}")"260 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
17 ROOT=$PWD
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)
204 if mount | grep -qw "$PWD"; then205 mount_point=$PWD207 # If PWD doesn't work, that is an environmental problem.
33 THIS_DIR := ${PWD}
144 $ make -C <path_to_kernel_src> M=$PWD nsdeps
38 FULL_O := $(shell cd $(PWD); readlink -f $(O) || echo $(O))
5 PWD := $(shell pwd) macro8 KERNEL_PATH ?= $(PWD)/../../../../..9 BUILD_PATH ?= $(PWD)/build/$(ARCH)10 DISTFILES_PATH ?= $(PWD)/distfiles280 export CCACHE_DIR ?= $(PWD)/ccache
51 @echo PWD=. > $(SNAPSHOT)/Makefile
135 PATH=$PWD:$PATH
27 THIS_DIR := ${PWD}
136 all_target_sources | gtags -i -C "${tree:-.}" -f - "$PWD"
341 -exec realpath --relative-base=$(PWD) {} \;; \343 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
101 CLASSDIR=$PWD109 CLASSDIR=$PWD
15 outputdir="$PWD"
124 INSTALL_PATH=$PWD/tools/testing/selftests/kselftest_install \
966 wait_inotify $PWD/cpuset.cpus.partition $PRS &
157 $ make -C <path_to_kernel_src> M=$PWD nsdeps