X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2FMakefile;h=d491e71fecac9ea34daf3964e808114a56244378;hb=62b29a242ce1c6edf08a78e43e027c763b7cf730;hp=dd24b4c658355f4f85cf78da598f09cc20ae2a99;hpb=d010086a3e961cb01f2ffcf13d826ffff40fedb1;p=vpp.git diff --git a/build-root/Makefile b/build-root/Makefile index dd24b4c6583..d491e71feca 100644 --- a/build-root/Makefile +++ b/build-root/Makefile @@ -645,7 +645,7 @@ configure_check_timestamp = \ # for file presence and content; for now this will have to do. MAKE_PARALLEL_JOBS = -j $(if $(shell [ -f /proc/cpuinfo ] && head /proc/cpuinfo), \ $(shell grep -c ^processor /proc/cpuinfo), 2) -MAKE_PARALLEL_FLAGS = $(if $($(PACKAGE)_make_parallel_fails),,$(MAKE_PARALLEL_JOBS)) +MAKE_PARALLEL_FLAGS ?= $(if $($(PACKAGE)_make_parallel_fails),,$(MAKE_PARALLEL_JOBS)) # Make command shorthand for packages & tools. PACKAGE_MAKE = \