From fbeaa3c47d05dd90781bdf13b9004fd274512e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 9 May 2005 00:27:37 +0000 Subject: Update util/ck_errf.pl script, and have it run automatically during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now. --- util/ck_errf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/ck_errf.pl') diff --git a/util/ck_errf.pl b/util/ck_errf.pl index 5bfab700c0..6fcafec97e 100755 --- a/util/ck_errf.pl +++ b/util/ck_errf.pl @@ -32,7 +32,7 @@ foreach $file (@ARGV) $n=$2; if ($lib ne $errlib) - { print "$file:$.:$func:$n\n"; next; } + { print "$file:$.:$func:$n [${errlib}err]\n"; next; } $n =~ tr/A-Z/a-z/; if (($n ne $func) && ($errlib ne "SYS")) -- cgit v1.2.3