call makeerrlist.pl with -q option, prevents output of error strings.
if the package build fails, the script that checks the log gets confused
because it thinks the buildhost has a diskspace of nfs problem

diff --git a/klibc/Makefile b/klibc/Makefile
index 33ec4e6..6c8cbec 100644
--- a/klibc/Makefile
+++ b/klibc/Makefile
@@ -120,7 +120,7 @@
 	cp arch/$(ARCH)/crt0.o .
 
 errlist.c:
-	$(PERL) makeerrlist.pl $(INCLUDE) -errlist > $@ || rm -f $@
+	$(PERL) makeerrlist.pl -q $(INCLUDE) -errlist > $@ || rm -f $@
 
 # We pass -ansi to keep cpp from define e.g. "i386" as well as "__i386__"
 SYSCALLS.i: SYSCALLS.def