Lines Matching refs:shell
12 OSTYPE := $(shell uname -s | tr '[:upper:]' '[:lower:]')
16 ARCHTYPE := $(shell uname -m | tr '[:upper:]' '[:lower:]')
73 BUILDTYPE_LOWER := $(shell echo $(BUILDTYPE) | tr '[:upper:]' '[:lower:]')
76 EXEEXT := $(shell $(PYTHON) -c \
378 @if [ "$(shell $(node_use_openssl))" != "true" ]; then \
605 WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
634 @if [ "$(shell $(node_use_openssl))" != "true" ]; then \
642 $(PYTHON) tools/test.py --shell $(NODE) $(TEST_CI_ARGS) $(PARALLEL_ARGS) doctool
754 @if [ "$(shell $(node_use_openssl))" != "true" ]; then \
763 @if [ "$(shell $(node_use_openssl))" != "true" ]; then \
812 @if [ "$(shell $(node_use_icu))" != "true" ]; then \
820 @if [ "$(shell $(node_use_icu))" != "true" ]; then \
827 @if [ "$(shell $(node_use_icu))" != "true" ]; then \
835 @if [ "$(shell $(node_use_icu))" != "true" ]; then \
855 RAWVER=$(shell $(PYTHON) tools/getnodeversion.py)
893 RELEASE=$(shell sed -ne 's/\#define NODE_VERSION_IS_RELEASE \([01]\)/\1/p' src/node_version.h)
894 PLATFORM=$(shell uname | tr '[:upper:]' '[:lower:]')
898 NPMVERSION=v$(shell cat deps/npm/package.json | grep '^ "version"' | sed 's/^[^:]*: "\([^"]*\)",.*/\1/')
900 UNAME_M=$(shell uname -m)
919 ifeq ($(findstring OS/390,$(shell uname -s)),OS/390)
931 ifeq ($(findstring powerpc,$(shell uname -p)),powerpc)
1011 HAS_XZ ?= $(shell command -v xz > /dev/null 2>&1; [ $$? -eq 0 ] && echo 1 || echo 0)
1014 XZ = $(shell [ $(HAS_XZ) -eq 1 ] && [ $(SKIP_XZ) -eq 0 ] && echo 1 || echo 0)
1036 REPLACEMES="$(shell grep -l REPLACEME doc/api/*.md)" ; \
1045 @if [ "$(shell git status --porcelain | egrep -v '^\?\? ')" = "" ]; then \
1351 LINT_MD_FILES = $(shell $(FIND) $(LINT_MD_TARGETS) -type f \
1389 @if [ "$(shell $(node_use_openssl))" != "true" ]; then \
1522 $(info Pip installing ruff on $(shell $(PYTHON) --version)...)
1542 $(info Pip installing yamllint on $(shell $(PYTHON) --version)...)
1590 HAS_DOCKER ?= $(shell command -v docker > /dev/null 2>&1; [ $$? -eq 0 ] && echo 1 || echo 0)
1595 IS_IN_WORKTREE = $(shell grep '^gitdir: ' $(PWD)/.git 2>/dev/null)
1596 GIT_WORKTREE_COMMON = $(shell git rev-parse --git-common-dir)