Searched refs:DISTTYPE (Results 1 - 2 of 2) sorted by relevance
/third_party/node/ |
H A D | Makefile | 859 # For nightly builds, you must set DISTTYPE to "nightly", "next-nightly" or 864 ifndef DISTTYPE 865 DISTTYPE=release macro 867 ifeq ($(DISTTYPE),release) 869 else # ifeq ($(DISTTYPE),release) 870 ifeq ($(DISTTYPE),custom) 872 $(error CUSTOMTAG is not set for DISTTYPE=custom) 875 else # ifeq ($(DISTTYPE),custom) 882 ifneq ($(DISTTYPE),nightly) 883 ifneq ($(DISTTYPE),nex [all...] |
H A D | vcbuild.bat | 815 if not defined DISTTYPE set DISTTYPE=release
variable 816 if "%DISTTYPE%"=="release" (
820 if "%DISTTYPE%"=="custom" (
822 echo "CUSTOMTAG is not set for DISTTYPE=custom"
827 if not "%DISTTYPE%"=="custom" (
836 if not "%DISTTYPE%"=="nightly" (
837 if not "%DISTTYPE%"=="next-nightly" (
838 echo "DISTTYPE is not release, custom, nightly or next-nightly"
842 set TAG=%DISTTYPE [all...] |
Completed in 4 milliseconds