Searched refs:JOBS (Results 1 – 3 of 3) sorted by relevance
27 ifeq ($(JOBS),)28 …JOBS := $(shell (getconf _NPROCESSORS_ONLN || grep -E -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/… macro29 ifeq ($(JOBS),0)30 JOBS := 1 macro54 ifeq ($(JOBS),1)
29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).