Fix confusing comment (#931)

This commit is contained in:
Joe LeVeque 2017-09-01 15:28:33 -07:00 committed by GitHub
parent 7f1991cf2f
commit 1b944dba39

View File

@ -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.