File tree Expand file tree Collapse file tree 15 files changed +24
-24
lines changed
Expand file tree Collapse file tree 15 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ LIST_PACKAGE_ADDONS_FLAGS ?=
3232# This target prints a list of all add-ons.
3333
3434list-pkgs-addons : $(LIST_PACKAGE_ADDONS ) $(NODE_MODULES )
35- $(QUIET ) $(NODE ) $(LIST_PACKAGE_ADDONS ) $(LIST_PACKAGE_ADDONS_FLAGS ) $(SRC_DIR )
35+ $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $(NODE ) $(LIST_PACKAGE_ADDONS ) $(LIST_PACKAGE_ADDONS_FLAGS ) $(SRC_DIR )
3636
3737.PHONY : list-pkgs-addons
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ LIST_BROWSER_COMPATIBLE_PACKAGE_NAMES_FLAGS ?=
3232# This target prints a list of all packages which are compatible with browser environments.
3333
3434list-pkgs-browser-compatible : $(LIST_BROWSER_COMPATIBLE_PACKAGE_NAMES ) $(NODE_MODULES )
35- $(QUIET ) $(NODE ) $(LIST_BROWSER_COMPATIBLE_PACKAGE_NAMES ) $(LIST_BROWSER_COMPATIBLE_PACKAGE_NAMES_FLAGS ) $(SRC_DIR )
35+ $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $(NODE ) $(LIST_BROWSER_COMPATIBLE_PACKAGE_NAMES ) $(LIST_BROWSER_COMPATIBLE_PACKAGE_NAMES_FLAGS ) $(SRC_DIR )
3636
3737.PHONY : list-pkgs-browser-compatible
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ LIST_PACKAGE_CLIS_FLAGS ?=
3232# This target prints a list of all package command-line interfaces.
3333
3434list-pkgs-clis : $(LIST_PACKAGE_CLIS ) $(NODE_MODULES )
35- $(QUIET ) $(NODE ) $(LIST_PACKAGE_CLIS ) $(LIST_PACKAGE_CLIS_FLAGS ) $(SRC_DIR )
35+ $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $(NODE ) $(LIST_PACKAGE_CLIS ) $(LIST_PACKAGE_CLIS_FLAGS ) $(SRC_DIR )
3636
3737.PHONY : list-pkgs-clis
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ LIST_INSTALLED_PACKAGES_FLAGS ?=
3232# This target prints a list of all installed package dependencies.
3333
3434list-pkgs-installed : $(NODE_MODULES ) $(LIST_INSTALLED_PACKAGES )
35- $(QUIET ) $(NODE ) $(LIST_INSTALLED_PACKAGES ) $(LIST_INSTALLED_PACKAGES_FLAGS ) $(ROOT_DIR )
35+ $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $(NODE ) $(LIST_INSTALLED_PACKAGES ) $(LIST_INSTALLED_PACKAGES_FLAGS ) $(ROOT_DIR )
3636
3737.PHONY : list-pkgs-installed
3838
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ LIST_PACKAGE_NAMES_FLAGS ?=
3232# This target prints a list of all package names.
3333
3434list-pkgs-names : $(LIST_PACKAGE_NAMES ) $(NODE_MODULES )
35- $(QUIET ) $(NODE ) $(LIST_PACKAGE_NAMES ) $(LIST_PACKAGE_NAMES_FLAGS ) $(SRC_DIR )
35+ $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $(NODE ) $(LIST_PACKAGE_NAMES ) $(LIST_PACKAGE_NAMES_FLAGS ) $(SRC_DIR )
3636
3737.PHONY : list-pkgs-names
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ LIST_PACKAGE_NAMESPACES_FLAGS ?=
3232# This target prints a list of all package namespaces.
3333
3434list-pkgs-namespaces : $(LIST_PACKAGE_NAMESPACES ) $(NODE_MODULES )
35- $(QUIET ) $(NODE ) $(LIST_PACKAGE_NAMESPACES ) $(LIST_PACKAGE_NAMESPACES_FLAGS ) $(SRC_DIR )
35+ $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $(NODE ) $(LIST_PACKAGE_NAMESPACES ) $(LIST_PACKAGE_NAMESPACES_FLAGS ) $(SRC_DIR )
3636
3737.PHONY : list-pkgs-namespaces
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ LIST_PACKAGE_READMES_FLAGS ?=
3232# This target prints a list of all package READMEs.
3333
3434list-pkgs-readmes : $(LIST_PACKAGE_READMES ) $(NODE_MODULES )
35- $(QUIET ) $(NODE ) $(LIST_PACKAGE_READMES ) $(LIST_PACKAGE_READMES_FLAGS ) $(SRC_DIR )
35+ $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $(NODE ) $(LIST_PACKAGE_READMES ) $(LIST_PACKAGE_READMES_FLAGS ) $(SRC_DIR )
3636
3737.PHONY : list-pkgs-readmes
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ LIST_PACKAGE_TREE_FLAGS ?=
3232# This target prints a list of all packages as a tree.
3333
3434list-pkgs-tree : $(LIST_PACKAGE_TREE ) $(NODE_MODULES )
35- $(QUIET ) $(NODE ) $(LIST_PACKAGE_TREE ) $(LIST_PACKAGE_TREE_FLAGS ) $(SRC_DIR )
35+ $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $(NODE ) $(LIST_PACKAGE_TREE ) $(LIST_PACKAGE_TREE_FLAGS ) $(SRC_DIR )
3636
3737.PHONY : list-pkgs-tree
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ LIST_PACKAGE_WASM_FLAGS ?=
3232# This target prints a list of all packages containing WebAssembly.
3333
3434list-pkgs-wasm : $(LIST_PACKAGE_WASM ) $(NODE_MODULES )
35- $(QUIET ) $(NODE ) $(LIST_PACKAGE_WASM ) $(LIST_PACKAGE_WASM_FLAGS ) $(SRC_DIR )
35+ $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $(NODE ) $(LIST_PACKAGE_WASM ) $(LIST_PACKAGE_WASM_FLAGS ) $(SRC_DIR )
3636
3737.PHONY : list-pkgs-wasm
Original file line number Diff line number Diff line change @@ -39,6 +39,6 @@ RAWGIT_URL_FLAGS ?= \
3939# This target generates an asset link based on the current Git hash for inclusion in a project Markdown file.
4040
4141markdown-asset-link : $(NODE_MODULES )
42- $(QUIET ) $(RAWGIT_URL ) $(RAWGIT_URL_FLAGS ) $(MARKDOWN_ASSET_PATH )
42+ $(QUIET ) NODE_PATH= " $( NODE_PATH ) " $(RAWGIT_URL ) $(RAWGIT_URL_FLAGS ) $(MARKDOWN_ASSET_PATH )
4343
4444.PHONY : markdown-asset-link
You can’t perform that action at this time.
0 commit comments