Home
last modified time | relevance | path

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

/third_party/node/
H A DMakefile1012 # Supply SKIP_XZ=1 to explicitly skip .tar.xz creation
1013 SKIP_XZ ?= 0 macro
1014 XZ = $(shell [ $(HAS_XZ) -eq 1 ] && [ $(SKIP_XZ) -eq 0 ] && echo 1 || echo 0)
1020 ifeq ($(SKIP_XZ), 1)
1022 $(info SKIP_XZ=1 supplied, skipping .tar.xz creation)

Completed in 3 milliseconds