summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-21 12:40:45 +0200
committercgzones <cgzones@googlemail.com>2020-11-25 20:49:39 +0100
commit9b31ee5b63f2559d102a743082fe97440e5dc895 (patch)
tree3816d5841e59ce201b871cc49205dfd5590acda8 /Makefile.am
parentc88c80e3bd0c858e4909412743064a4a1ed211b5 (diff)
Drop taskstats conditional
taskstats is only checked on runtime if the column RCHAR, WCHAR, SYSCR, SYSCW, RBYTES, WBYTES, CNCLWB, IO_READ_RATE, IO_WRITE_RATE or IO_RATE is selected. taskstats is currently enabled by default. Drop the taskstats configuration switch, to reduce the maintenance cost.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 14e0b211..194783fa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -280,7 +280,7 @@ coverage:
$(MAKE) all AM_CPPFLAGS="-fprofile-arcs -ftest-coverage -DDEBUG" AM_LDFLAGS="-lgcov"
cppcheck:
- cppcheck -q -v . --enable=all -DHAVE_OPENVZ -DHAVE_TASKSTATS
+ cppcheck -q -v . --enable=all -DHAVE_OPENVZ
dist-hook: $(top_distdir)/configure
@if grep 'pkg_m4_absent' '$(top_distdir)/configure'; then \

© 2014-2024 Faster IT GmbH | imprint | privacy policy