On Sun, Aug 01, 2010 at 01:10:22AM +0200, Denys Vlasenko wrote: > On Friday 30 July 2010 22:18, Jeremie Koenig wrote: > > One of my patches was blocked because of its size and didn't make it to > > the list. The attached gzipped version should go through without > > problems I think. > > You need to explain what this patch fixes.
Commit fbedacfc8 modified scripts/kconfig/zconf.y and zconf.l to deal with the absence of PATH_MAX on Hurd. When LKC_GENPARSER is defined on the make command line, those are used to generate lex.zconf.c and zconf.tab.c. However, the "_shipped" version of these .c files are usually used instead of generating them, to allow users to compile without bison, flex or gperf installed. This patch updates the "_shipped" files generated from the new .y and .l files, using recent versions of bison, flex and gperf. I also removed the trailing whitespace from the generated files. So this patch basically "activates" the fix from fbedacfc8. -- Jérémie Koenig <[email protected]> _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
