Skip to content

Commit 1b944db

Browse files
authored
Fix confusing comment (#931)
1 parent 7f1991c commit 1b944db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rules/config

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
# container.
1313
SONIC_CONFIG_BUILD_JOBS = 1
1414

15-
# SONIC_CONFIG_BUILD_JOBS - set number of jobs for number of jobs per package.
15+
# SONIC_CONFIG_MAKE_JOBS - set number of parallel make jobs per package.
1616
# Corresponding -j argument will be passed to make/dpkg commands that build separate packages
17-
# container.
1817
SONIC_CONFIG_MAKE_JOBS = $(shell nproc)
1918

2019
# SONIC_CONFIG_ENABLE_COLORS - enable colored output in build system.

0 commit comments

Comments
 (0)