Searched refs:PWD (Results 1 - 20 of 20) sorted by relevance

/linux-master/tools/testing/nvdimm/
H A DMakefile5 $(MAKE) -C $(KDIR) M=$$PWD
8 $(MAKE) -C $(KDIR) M=$$PWD modules_install
/linux-master/tools/testing/crypto/chacha20-s390/
H A DMakefile10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
/linux-master/tools/testing/selftests/bpf/
H A Dtest_doc_build.sh13 if [ ! -e $PWD/$SCRIPT_REL_DIR/Makefile ]; then
19 make -s -C $PWD/$SCRIPT_REL_DIR $tgt;
H A Dtest_bpftool_build.sh19 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"
H A Dvmtest.sh393 O="$(realpath "${PWD}/${O}")"
399 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
/linux-master/tools/perf/tests/shell/
H A Dtest_java_symbol.sh25 if [ -e "$PWD/tools/perf/libperf-jvmti.so" ]; then
26 LIBJVMTI=$PWD/tools/perf/libperf-jvmti.so
27 elif [ -e "$PWD/libperf-jvmti.so" ]; then
28 LIBJVMTI=$PWD/libperf-jvmti.so
/linux-master/tools/testing/selftests/
H A Drun_kselftest.sh17 ROOT=$PWD
/linux-master/tools/testing/ktest/examples/include/
H A Ddefaults.conf30 # THIS_DIR is used through out the configs and defaults to ${PWD} which
33 THIS_DIR := ${PWD}
/linux-master/tools/perf/
H A DMakefile38 FULL_O := $(shell cd $(PWD); readlink -f $(O) || echo $(O))
/linux-master/tools/scripts/
H A DMakefile.include4 $(if $(shell cd $(PWD); test -d $(O) || echo $(O)),$(error O=$(O) does not exist),)
5 ABSOLUTE_O := $(shell cd $(PWD); cd $(O) ; pwd)
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh254 O="$(realpath "${PWD}/${O}")"
260 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
/linux-master/tools/testing/selftests/net/
H A Dunicast_extensions.sh35 PATH=$PWD:$PATH
H A Dfcnal-test.sh42 PATH=$PWD:$PWD/tools/testing/selftests/net:$PATH
4309 PATH=$PWD:$PATH
H A Dpmtu.sh685 PATH=$PWD:$PATH
/linux-master/tools/testing/ktest/examples/
H A Dcrosstests.conf22 # ${PWD} is defined by ktest.pl to be the directory that the user
27 THIS_DIR := ${PWD}
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile5 PWD := $(shell pwd) macro
8 KERNEL_PATH ?= $(PWD)/../../../../..
9 BUILD_PATH ?= $(PWD)/build/$(ARCH)
10 DISTFILES_PATH ?= $(PWD)/distfiles
280 export CCACHE_DIR ?= $(PWD)/ccache
314 echo "file /init.sh $(PWD)/../netns.sh 755 0 0" >> $@
/linux-master/scripts/
H A Dtags.sh136 all_target_sources | gtags -i -C "${tree:-.}" -f - "$PWD"
/linux-master/tools/testing/selftests/kvm/
H A DMakefile322 -exec realpath --relative-base=$(PWD) {} \;; \
324 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh901 wait_inotify $PWD/cpuset.cpus.partition $PRS &
/linux-master/tools/testing/ktest/
H A Dktest.pl387 chomp ($variable{"PWD"} = `pwd`);
388 $pwd = $variable{"PWD"};
402 You can use \${PWD} that will be the path where ktest.pl is run, or use
403 \${THIS_DIR} which is assigned \${PWD} but may be changed later.
409 You can use \${PWD} that will be the path where ktest.pl is run, or use
410 \${THIS_DIR} which is assigned \${PWD} but may be changed later.
4252 # PWD is a ktest.pl variable that will result in the process working
4255 # THIS_DIR is automatically assigned the PWD of the path that generated
4260 THIS_DIR := $variable{"PWD"}

Completed in 172 milliseconds