Re: [PATCH] 2.6.9-rc1-mm2 compilation fixes

From: Andrew Morton
Date: Fri Sep 03 2004 - 04:20:07 EST


Bernhard Rosenkraenzer <bero@xxxxxxxxxxxx> wrote:
>
> make modules_install doesn't work if the ALSA korg1212 sound module is built -
> "grep -h .ko" will find /korg1212.o (. is a regexp character...), and
> therefore try to install the nonexistant korg1212.ko.
> It should be grep -h '\.ko'

Yup. This should be fixed in -mm3, thanks.

> kernel/wait.c fails to compile with gcc 3.4 due to discrepancies between the
> prototype and implementations of __wait_on_bit() and __wait_on_bit_lock()

This also.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/