mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Make clean and maintainer-clean removes unused files, also add # when rule chain doenst match
This commit is contained in:
28
Makefile.am
28
Makefile.am
@@ -1,6 +1,34 @@
|
||||
ACLOCAL_AMFLAGS = -I build
|
||||
SUBDIRS = @TOPLEVEL_SUBDIRS@ tests
|
||||
|
||||
CLEANFILES =
|
||||
MAINTAINERCLEANFILES =
|
||||
|
||||
CLEANFILES += tests/regression/server_root/conf/*.t_*.conf \
|
||||
tests/regression/server_root/logs/*.log
|
||||
|
||||
MAINTAINERCLEANFILES += $(CLEANFILES) \
|
||||
Makefile.in \
|
||||
aclocal.m4 \
|
||||
alp2/Makefile.in \
|
||||
apache2/Makefile.in \
|
||||
build/config.guess \
|
||||
build/config.sub \
|
||||
build/depcomp \
|
||||
build/libtool.m4 \
|
||||
build/ltmain.sh \
|
||||
build/ltoptions.m4 \
|
||||
build/ltsugar.m4 \
|
||||
build/ltversion.m4 \
|
||||
build/lt~obsolete.m4 \
|
||||
build/missing \
|
||||
configure \
|
||||
ext/Makefile.in \
|
||||
mlogc/Makefile.in \
|
||||
modsecurity_config_auto.h.in~ \
|
||||
tests/Makefile.in \
|
||||
tools/Makefile.in
|
||||
|
||||
# Alias for "check"
|
||||
test: check
|
||||
|
||||
|
Reference in New Issue
Block a user