mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-03 16:04:44 +01:00
Pass -j flag for cov-build as well
This is separated out because I have no way of testing this Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
parent
030f991320
commit
01435aaaa3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -59,7 +59,7 @@ coverity: snapshot
|
|||
mv $(COVERITY_DIR)/build-log.txt $(COVERITY_DIR)/build-log-python-$(subst /,.,$(dir)).txt ;)
|
||||
cov-build --dir $(COVERITY_DIR) -- sh -c \
|
||||
"$(foreach dir, $(filter-out utils profiles tests, $(DIRS)), \
|
||||
$(MAKE) -C $(SNAPSHOT_NAME)/$(dir);) "
|
||||
$(MAKE) -j $$(nproc) -C $(SNAPSHOT_NAME)/$(dir);) "
|
||||
tar -cvzf $(SNAPSHOT_NAME)-$(COVERITY_DIR).tar.gz $(COVERITY_DIR)
|
||||
|
||||
.PHONY: export_dir
|
||||
|
|
Loading…
Add table
Reference in a new issue