On Wed, Oct 31, 2007 at 06:39:00PM -0700, Randy Dunlap wrote: > Hi Sam, > > I have daily/nightly builds + test runs that use something like: > (but more complicated than this) > > cp saved.config.file arch/$ARCH/config.default > EXPORT KBUILD_DEFCONFIG=config.default > make defconfig
KBUILD_DEFCONFIG is supposed to point out a file located in arch/$(ARCH)/configs. I assume you copy the file to that directory. Browsing the changes to scripts/kconfig/Makefile nothing says 'this is the bug' but I suggest you to look there first of all. I do not have -git2 and -git3 handy to do a diff between. Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/