Re: KBUILD_DEFCONFIG change

From: Sam Ravnborg
Date: Wed May 28 2008 - 19:43:58 EST


On Wed, May 28, 2008 at 06:05:28PM -0400, Doug Reiland wrote:
> The following used to work:
> ARCH=ia64 KBUILD_DEFCONFIG=bigsur_defconfig make defconfig
>
> Now 2.6.25 makes you do:
>
> ARCH=ia64 make KBUILD_DEFCONFIG=bigsur_defconfig defconfig

Use the shorter version:
ARCH=ia64 make bigsur_defconfig

There is no need to fiddle with KBUILD_DEFCONFIG.
KBUILD_DEFCONFIG is a pure internal thing that
may change without notice.

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/