From 0db772323f1e5192c6fc5d798faff5bfbade18ef Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Fri, 1 Sep 2017 19:09:34 +0000 Subject: [PATCH] Fix confusing comment --- rules/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/config b/rules/config index 5403c981f170..2d6e6a82b6a8 100644 --- a/rules/config +++ b/rules/config @@ -12,9 +12,8 @@ # container. SONIC_CONFIG_BUILD_JOBS = 1 -# SONIC_CONFIG_BUILD_JOBS - set number of jobs for number of jobs per package. +# SONIC_CONFIG_MAKE_JOBS - set number of parallel make jobs per package. # Corresponding -j argument will be passed to make/dpkg commands that build separate packages -# container. SONIC_CONFIG_MAKE_JOBS = $(shell nproc) # SONIC_CONFIG_ENABLE_COLORS - enable colored output in build system.