Lines Matching defs:PWD
22 PWD = $(CURDIR)
33 TAP_V8 := --junitout $(PWD)/v8-tap.xml
34 TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml
35 TAP_V8_BENCHMARKS := --junitout $(PWD)/v8-benchmarks-tap.xml
42 TAP_V8_JSON := $(PWD)/v8-tap.json
43 TAP_V8_INTL_JSON := $(PWD)/v8-intl-tap.json
44 TAP_V8_BENCHMARKS_JSON := $(PWD)/v8-benchmarks-tap.json
94 # Use $(PWD) so we can cd to anywhere before calling this
96 if [ -x $(PWD)/$(NODE) ] && [ -e $(PWD)/$(NODE) ]; then \
97 $(PWD)/$(NODE) $(1); \
400 env npm_config_loglevel=$(LOGLEVEL) npm_config_nodedir="$$PWD" \
401 npm_config_python="$(PYTHON)" $(NODE) "$$PWD/tools/build-addons.mjs" \
402 "$$PWD/deps/npm/node_modules/node-gyp/bin/node-gyp.js" \
413 @$(call run_build_addons,"$$PWD/test/addons",$@)
438 @$(call run_build_addons,"$$PWD/test/js-native-api",$@)
463 @$(call run_build_addons,"$$PWD/test/node-api",$@)
483 @$(call run_build_addons,"$$PWD/benchmark/napi",$@)
791 run-npm-ci = $(PWD)/$(NPM) ci
1594 DOCKER_COMMAND ?= docker run -it -v $(PWD):/node
1595 IS_IN_WORKTREE = $(shell grep '^gitdir: ' $(PWD)/.git 2>/dev/null)