Re: 2.6.16-rc1-mm5: drivers/ieee1394/oui O=... builds broken

From: Sam Ravnborg
Date: Sat Feb 04 2006 - 04:19:20 EST


On Fri, Feb 03, 2006 at 09:43:54PM -0500, Jody McIntyre wrote:
> On Fri, Feb 03, 2006 at 10:25:07PM +0100, Adrian Bunk wrote:
> > ...
> > OUI2C drivers/ieee1394/oui.c
> > /bin/sh: drivers/ieee1394/oui2c.sh: No such file or directory
> > make[3]: *** [drivers/ieee1394/oui.c] Error 127
>
> I can't reproduce this. What steps are you using to build the kernel?

You need to use make O=some_dir to reproduce it.
like this:

# Create output dir and copy config
mkdir ~/o
cp ieee_config ~/o/.config

# Prepare kernel source
cd $KERNELSRC
make mrproper

# Build kernel
make O=~/o


Note - the breakage is only in -mm.

Sam
-
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/