mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
build: remove clean dependency from cppcheck targets (#6343)
Cleaning does not appear to make a difference; the same amount of files
is checked with/without cleaning.
Environment: cppcheck 2.12.0-3 on Artix Linux.
Added on commit 4e22add64 ("llvm scan", 2015-11-29).
This is a follow-up to #6222.
This commit is contained in:
parent
4e25922349
commit
753d199bc9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -361,13 +361,13 @@ extras: all
|
|||
$(MAKE) -C extras/firetools
|
||||
|
||||
.PHONY: cppcheck
|
||||
cppcheck: clean
|
||||
cppcheck:
|
||||
$(CPPCHECK) --force --error-exitcode=1 --enable=warning,performance \
|
||||
-i src/firejail/checkcfg.c -i src/firejail/main.c .
|
||||
|
||||
# For cppcheck 1.x; see .github/workflows/check-c.yml
|
||||
.PHONY: cppcheck-old
|
||||
cppcheck-old: clean
|
||||
cppcheck-old:
|
||||
$(CPPCHECK) --force --error-exitcode=1 --enable=warning,performance .
|
||||
|
||||
.PHONY: scan-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue