X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.in;h=6b947857dd88c8bd212250ab8574f26d0c206e91;hb=b7344164d024bea75d95ae5a5564041df161dcee;hp=f4f77ffb9d0bd61a7de452b369c47a2e16fc8ded;hpb=fb33860236e4641a520ffa4e52deeef952b2853f;p=psensor.git diff --git a/tests/Makefile.in b/tests/Makefile.in index f4f77ff..6b94785 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1078,8 +1078,8 @@ uninstall-am: uninstall uninstall-am check-local: checkpatch.pl - find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --ignore FUNCTION_WITHOUT_ARGS,SPLIT_STRING --show-types -q --no-tree -emacs -f {} \; - find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --ignore FUNCTION_WITHOUT_ARGS,SPLIT_STRING --show-types -q --no-tree -emacs -f {} \; + find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree -emacs -f {} \; + find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --ignore SPLIT_STRING --show-types -q --no-tree -emacs -f {} \; # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.