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:
Steve Beattie 2013-01-02 17:56:45 -08:00
parent ce8bb0863b
commit fd26b2c044

View file

@ -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: