> > The difference between with/without _shipped is, > > zconf.{tab,hash,lex}.c_shipped reside under $(srctree), > > whereas zconf.{tab,hash,lex}.c under $(objtree). > > The whole idea behind the *_shipped file was to have less dependencies > on the host system buildign the kernel. > So we did not rely on users having all of flex, bison, gperf > installed in the right versions. Another reason to use the _shipped files was to make the "make *config" step faster for a clean kernel. It is much faster to copy a file than to runn the tools. The build machines has become significant faster since then so maybe this is less than an issue today. Sam -- 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