[kbuild-devel] [PATCH] kbuild: Remove 2048 symbol limit in tkparse

2002-05-31 Thread Sam Ravnborg
tkparse limit the number of symbols to 2048. This patch makes the array dynamic avoiding this problem in the future. The problem showed up in one of the powerpc tree's. Credit for this patch goes to Keith Owens, I just extracted it from kbuild-2.5. Sam --- tkparse.h.orig Fri May

[kbuild-devel] [PATCH] kbuild: Allow strings with special characters in config file

2002-05-31 Thread Sam Ravnborg
Escape double quotes on eval so the quotes are still there on the second evaluation. This is required to handle strings with special characters. Credit for this patch goes to Keith Owens, I simply extracted it from kbuild-2.5. Sam --- Menuconfig.orig Fri May 31 21:55:40 2002 +++