On Tue, Oct 30, 2012 at 02:46:19PM +0100, Michal Marek wrote: > On 1.10.2012 01:20, Jason Gunthorpe wrote: > > To make cross building a little simpler. The usage with mini-config would > > be something like: > > > > $ mkdir build > > $ make ARCH=arm CROSS_COMPILE=arm-v5te-linux-gnueabi- \ > > KCONFIG_ALLCONFIG=mini.config O=build allnoconfig > > $ make -C build/ > > Are you sure this is not going to suffer from the same issues as > 5755433? See Thanks for this link, this is the first time I've seen that, so no :) The approaches are different, my version that uses mkmakefile probably avoids some problems (like the quoting issue) but I'm not sure about mrproper. I've never seen mrproper complain, but I've always used this patch with O=.. Let me review this information and get back to you. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html