Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds