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

/linux-4.4.14/tools/perf/
H A DMakefile24 # (To override it, run 'make JOBS=1' and similar.)
26 ifeq ($(JOBS),)
27 JOBS := $(shell (getconf _NPROCESSORS_ONLN || egrep -c '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/dev/null) macro
28 ifeq ($(JOBS),0)
29 JOBS := 1 macro
54 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' parallel build\n'
58 @$(MAKE) -f Makefile.perf --no-print-directory -j$(JOBS) O=$(FULL_O) $(SET_DEBUG) $@

Completed in 53 milliseconds