The zfs_config.h header and *.mod.c files are both products
of the build process. They must be excluded from the style
check because they are not part of the pristine source.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1821
$(distdir)/META
checkstyle:
- find ${top_srcdir} -name '*.[hc]' -type f -exec scripts/cstyle.pl {} \;
+ @find ${top_srcdir} -name '*.[hc]' ! -name 'zfs_config.*' \
+ ! -name '*.mod.c' -type f -exec scripts/cstyle.pl {} \+
ctags:
$(RM) $(top_srcdir)/tags