Skip to content

Commit

Permalink
ebuild: Add MAKE_PARALLEL_FLAGS to VPP build
Browse files Browse the repository at this point in the history
Align with other packages.

Type: make

Change-Id: I3c8f5c6a349ce9d4e05f546945ae2d8dcf3b1b61
Signed-off-by: juraj.linkes <[email protected]>
  • Loading branch information
jlinkes authored and dmarion committed Sep 23, 2019
1 parent b28a81e commit 1c887d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-data/packages/vpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ vpp_configure = \
cd $(PACKAGE_BUILD_DIR) && \
$(CMAKE) -G Ninja $(vpp_cmake_args) $(call find_source_fn,$(PACKAGE_SOURCE))
#vpp_make_args = --no-print-directory
vpp_build = $(CMAKE) --build $(PACKAGE_BUILD_DIR)
vpp_build = $(CMAKE) --build $(PACKAGE_BUILD_DIR) -- $(MAKE_PARALLEL_FLAGS)
vpp_install = $(CMAKE) --build $(PACKAGE_BUILD_DIR) -- install | grep -v 'Set runtime path'

vpp-package-deb: vpp-install
Expand Down

0 comments on commit 1c887d9

Please sign in to comment.