mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Disable the logprof check by default for the profiles tree, as logprof
has not kept pace with language changes. Signed-off-by: Steve Beattie <sbeattie@ubuntu.com> Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
ce8bb0863b
commit
fd26b2c044
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ IGNORE_FILES=${EXTRAS_SOURCE}/README
|
|||
CHECK_PROFILES=$(filter-out ${IGNORE_FILES} ${SUBDIRS}, $(wildcard ${PROFILES_SOURCE}/*) $(wildcard ${EXTRAS_SOURCE}/*))
|
||||
|
||||
.PHONY: check
|
||||
check: check-parser check-logprof
|
||||
check: check-parser
|
||||
|
||||
.PHONY: check-parser
|
||||
check-parser:
|
||||
|
|
Loading…
Add table
Reference in a new issue