Cool. I had done a hack locally to save ARCH in a different way, but had not gotten around to finishing it up to submit. My tack was to write an include/config/kernel.arch file analogous to kernel.release, and then use that. It was about the same as yours I guess, but without all the fancy sanity checks. One thing I'd thought to do in "finishing it up" was to write just the $ARCH string alone to kernel.arch (then needing a kernel.subarch too) rather than a makefile fragment. My thinking is that any scripty things that would like to look at a given build dir (as in the installed /lib/modules/foo/build in kernel-devel packages) would like to extract the arch name as well as the kernel release string, and not necessarily do it by running make or parsing makeish assignment lines. Thanks, Roland -- 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