mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Removes collections db after maintainer-clean
This commit is contained in:
parent
3f38b56682
commit
46f4b84a07
11
Makefile.am
11
Makefile.am
@ -18,23 +18,26 @@ ACLOCAL_AMFLAGS = -I build
|
|||||||
|
|
||||||
# make maintainer-clean
|
# make maintainer-clean
|
||||||
MAINTAINERCLEANFILES = \
|
MAINTAINERCLEANFILES = \
|
||||||
Makefile.in \
|
|
||||||
aclocal.m4 \
|
aclocal.m4 \
|
||||||
ar-lib \
|
ar-lib \
|
||||||
build/libtool.m4 \
|
build/libtool.m4 \
|
||||||
|
build/lt~obsolete.m4 \
|
||||||
build/ltoptions.m4 \
|
build/ltoptions.m4 \
|
||||||
build/ltsugar.m4 \
|
build/ltsugar.m4 \
|
||||||
build/ltversion.m4 \
|
build/ltversion.m4 \
|
||||||
build/lt~obsolete.m4 \
|
|
||||||
compile \
|
compile \
|
||||||
config.guess \
|
config.guess \
|
||||||
config.sub \
|
config.sub \
|
||||||
configure \
|
configure \
|
||||||
|
depcomp \
|
||||||
install-sh \
|
install-sh \
|
||||||
ltmain.sh \
|
ltmain.sh \
|
||||||
ylwrap \
|
Makefile.in \
|
||||||
missing \
|
missing \
|
||||||
depcomp
|
test/modsec-shared-collections \
|
||||||
|
test/modsec-shared-collections-lock \
|
||||||
|
ylwrap
|
||||||
|
|
||||||
|
|
||||||
cppcheck:
|
cppcheck:
|
||||||
cppcheck --suppressions-list=./test/cppcheck_suppressions.txt --enable=all --inconclusive --template="{file},{line},{severity},{id},{message}" -U YYSTYPE -U YY_USER_INIT --std=posix .
|
cppcheck --suppressions-list=./test/cppcheck_suppressions.txt --enable=all --inconclusive --template="{file},{line},{severity},{id},{message}" -U YYSTYPE -U YY_USER_INIT --std=posix .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user