[kbuild-devel] Re: Problems applying kbuild-2.5 to linuxppc-2.4.18-pre8

2002-02-13 Thread Brendan J Simon
I've tracked this down a bit further. It seems that the error happens within he yyparse() function but I can not find any file where it is defined except for pp_makefile1_parse.tab.c_shipped but any mods to this file do not seem to show up in the output. yyparse() is called from the functio

[kbuild-devel] Problems applying kbuild-2.5 to linuxppc-2.4.18-pre8

2002-02-13 Thread Brendan J Simon
I am trying to apply the kbuild-2.5-2.4.18-pre1-ppc-1 patches to a linuxppc-2.4.18-pre8 tree. The patches apply perfectly but I'm getting errors when I do a "make -f $KBUILD_SRCTREE_000/Makefile-25 xconfig". The tail of the errors are : Ignoring symbolic link /home/bjsimon/Aegis/Development

[kbuild-devel] [PATCH] menuconfig: fix error exit if awk fails

2002-02-13 Thread Michael Elizabeth Chastain
This one-liner fixes an error case in Menuconfig when awk fails. Written by Andrew Church ([EMAIL PROTECTED]). Reviewed and tested by Michael Elizabeth Chastain ([EMAIL PROTECTED]). Submission history: 2002-02-05 submission #1 2002-02-11 merged into patch-2.5.4-dj1.diff 2002-02-13 submis