]> git.baikalelectronics.ru Git - kernel.git/commit
export_report: use warn() to issue WARNING, so they go to stderr
authorJim Cromie <jim.cromie@gmail.com>
Mon, 23 May 2011 18:44:57 +0000 (12:44 -0600)
committerMichal Marek <mmarek@suse.cz>
Tue, 24 May 2011 14:07:07 +0000 (16:07 +0200)
commit6268ed77a34eaa3b6b6776c24a3f4b343dad6961
tree3004eea8ebd0caada01d4e012d95810249ea0b20
parent0b0d748d95988d71676c1dcf249b3f10b6525850
export_report: use warn() to issue WARNING, so they go to stderr

Also count CONFIG_MODVERSIONS warnings, and print a NOTE at start of
SECTION 2 if any were issued.  Section 2 will be empty if the build is
lacking this CONFIG_ item, and user may have missed the warnings, as
they're off screen.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/export_report.pl