Duh! LINT is called NOTES these days.

Make sure LINT checks profiling code as well.
This commit is contained in:
phk 2000-10-14 08:40:47 +00:00
parent 4492666732
commit 4dcc092204
3 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,10 @@ ident LINT
#
maxusers 10
#
# We want LINT to cover profiling as well
profile 1
#
# The `makeoptions' parameter allows variables to be passed to the
# generated Makefile in the build area.

View File

@ -33,6 +33,10 @@ ident LINT
#
maxusers 10
#
# We want LINT to cover profiling as well
profile 1
#
# The `makeoptions' parameter allows variables to be passed to the
# generated Makefile in the build area.

View File

@ -14,6 +14,7 @@ while (<>) {
next if ($key =~ /^hint\./);
if ($key eq "machine" || $key eq "ident" || $key eq "device" ||
$key eq "makeoptions" || $key eq "options" ||
$key eq "profile" ||
$key eq "cpu" || $key eq "option" || $key eq "maxusers") {
print "$line\n";
} else {