Author: uwe Date: 2007-06-20 19:21:49 +0200 (Wed, 20 Jun 2007) New Revision: 364
Modified: LinuxBIOSv3/lib/console.c LinuxBIOSv3/util/xcompile/xcompile Log: Minor bugfixes:
- lib/console.c: BIOS_SPEW never kicked in.
- util/xcompile/xcompile: the "function" prefix isn't supported by all shells.
Signed-off-by: Patrick Georgi patrick@georgi-clan.de Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: LinuxBIOSv3/lib/console.c =================================================================== --- LinuxBIOSv3/lib/console.c 2007-06-20 07:44:52 UTC (rev 363) +++ LinuxBIOSv3/lib/console.c 2007-06-20 17:21:49 UTC (rev 364) @@ -36,7 +36,7 @@ va_list args; int i;
- if (msg_level >= console_loglevel()) { + if (msg_level > console_loglevel()) { return 0; }
Modified: LinuxBIOSv3/util/xcompile/xcompile =================================================================== --- LinuxBIOSv3/util/xcompile/xcompile 2007-06-20 07:44:52 UTC (rev 363) +++ LinuxBIOSv3/util/xcompile/xcompile 2007-06-20 17:21:49 UTC (rev 364) @@ -25,7 +25,7 @@ -e s/s390x/s390/ -e s/parisc64/parisc/ \ -e s/ppc.*/powerpc/ -e s/mips.*/mips/`
-function searchgnu() +searchgnu() { # $1 short name # result: GNU version of that tool on stdout