]> git.proxmox.com Git - mirror_zfs.git/commit - Makefile.am
cstyle: Exclude several files from 'make checkstyle'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 18 Dec 2013 00:11:57 +0000 (16:11 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 19 Dec 2013 00:46:35 +0000 (16:46 -0800)
commit351a26ddc0a1ec85886fc961612f05686cce82e6
tree24afed91546b7928e45aed00fa43322c7f5c79e2
parent2820bc49c5b7d63aa3941b8e173005f17dd0cee4
cstyle: Exclude several files from 'make checkstyle'

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
Makefile.am