diff options
author | joe <joe@FreeBSD.org> | 2002-08-19 06:52:54 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-08-19 06:52:54 +0800 |
commit | fd7ecfb101d64f1b96d5939173dab7a93f9ea422 (patch) | |
tree | 18405d6cbba469db2bd9994f24e9fdf4eb14b971 /CVSROOT | |
parent | a4b228954651fefc073020bb5992ee745d0aad4f (diff) | |
download | freebsd-ports-gnome-fd7ecfb101d64f1b96d5939173dab7a93f9ea422.tar.gz freebsd-ports-gnome-fd7ecfb101d64f1b96d5939173dab7a93f9ea422.tar.zst freebsd-ports-gnome-fd7ecfb101d64f1b96d5939173dab7a93f9ea422.zip |
Makes it slightly more obvious how to configure the CHECK_HEADERS
and WARN_HEADERS options.
Submitted by: fanf
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/commit_prep.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl index 65f4067f244e..d6074843061a 100755 --- a/CVSROOT/commit_prep.pl +++ b/CVSROOT/commit_prep.pl @@ -278,7 +278,7 @@ if ($directory =~ /^src\/crypto/) { # # Now check each file name passed in, except those excluded. # -if ($cfg::CHECK_HEADERS) { +if ($cfg::CHECK_HEADERS or $cfg::WARN_HEADERS) { my $failed = 0; foreach my $arg (@ARGV) { my $hastag = ($cvstag{$arg} ne ''); |