Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251335
b: refs/heads/master
c: ca995cb
h: refs/heads/master
i:
  251333: 8a273a9
  251331: 9f1366e
  251327: 4df3593
v: v3
  • Loading branch information
Jim Cromie authored and Michal Marek committed May 24, 2011
1 parent ba00d0b commit c35ac5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bdabc7a345db97b3839c2c3deef40023cf8017ef
refs/heads/master: ca995cbf77f3df599b7e751c2d08d90787c65c45
8 changes: 7 additions & 1 deletion trunk/scripts/export_report.pl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ sub collectcfiles {
#
# collect the usage count of each symbol.
#
my $modversion_warnings = 0;

foreach my $thismod (@allcfiles) {
my $module;

Expand Down Expand Up @@ -132,7 +134,8 @@ sub collectcfiles {
}
}
if ($state != 2) {
print "WARNING:$thismod is not built with CONFIG_MODVERSION enabled\n";
warn "WARNING:$thismod is not built with CONFIG_MODVERSIONS enabled\n";
$modversion_warnings++;
}
close($module);
}
Expand Down Expand Up @@ -166,6 +169,9 @@ sub collectcfiles {
modules. Each module lists the modules, and the symbols from that module that
it uses. Each listed symbol reports the number of modules using it\n");
print "\nNOTE: Got $modversion_warnings CONFIG_MODVERSIONS warnings\n\n"
if $modversion_warnings;
print "~"x80 , "\n";
for my $thismod (sort keys %MODULE) {
my $list = $MODULE{$thismod};
Expand Down

0 comments on commit c35ac5d

Please sign in to comment.