Searched refs:JOBS (Results 1 – 2 of 2) 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 macro
31 ifeq ($(JOBS),)37 cores=$(JOBS)
Completed in 4 milliseconds