mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-02 06:03:35 +00:00
[config]: Add SONIC_CONFIG_MAKE_JOBS (#784)
* [config]: Add SONIC_CONFIG_MAKE_JOBS This config option allows user to specify -j value that will be passed to each package build. Signed-off-by: marian-pritsak <marianp@mellanox.com>
This commit is contained in:
@@ -20,7 +20,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
|
||||
|
||||
# Build source and Debian packages
|
||||
pushd ./isc-dhcp
|
||||
dpkg-buildpackage -rfakeroot -b -us -uc
|
||||
dpkg-buildpackage -rfakeroot -b -us -uc -j$(SONIC_CONFIG_MAKE_JOBS)
|
||||
popd
|
||||
|
||||
# Move the newly-built .deb packages to the destination directory
|
||||
|
||||
Reference in New Issue
Block a user