Duh! LINT is called NOTES these days.
Make sure LINT checks profiling code as well.
This commit is contained in:
parent
4492666732
commit
4dcc092204
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user