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

From: Stefan Richter
Date: Sat Feb 04 2006 - 04:12:18 EST


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

<-- snip -->


The change that broke it is:


quiet_cmd_oui2c = OUI2C $@
- cmd_oui2c = $(CONFIG_SHELL) $(srctree)/$(src)/oui2c.sh < $< > $@
+ cmd_oui2c = $(CONFIG_SHELL) $(src)/oui2c.sh < $< > $@

How can this be reproduced? IOW which way of building the kernel is broken?
--
Stefan Richter
-=====-=-==- --=- --=--
http://arcgraph.de/sr/
-
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/