On Mon, 12 Nov 2001 04:05:11 -0500, "Eric S. Raymond" <[EMAIL PROTECTED]> wrote: >Keith Owens <[EMAIL PROTECTED]>: >> In CML2, how do you set a string variable that does not appear in a >> menu? CML1 for kbuild 2.5 has >> >> define_string CONFIG_KBUILD_CRITICAL "CONFIG_SMP CONFIG_KBUILD_GCC_VERSION" >There isn't presently a way to do this. If you'll explain what you're trying >to do with it, perhaps I can design an appropriate facility.
KBUILD_CRITICAL lists all the config variables that are critical to the build. Any change in any of the listed variables forces a rebuild. A module with a different set of values for the critical variables will not be loaded without forcing. I need a variable that contains a list. _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel