[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 +++ Me

[kbuild-devel] [PATCH] kbuild: Get rid of warnings in depmod + split-include

2002-05-31 Thread Sam Ravnborg
Remove compiletime warnings from mkdep.c and split-include.c Credits for this patch goes to Keith Owens. Credits for this patch goes to Keith Owens, I just extracted it from kbuild-2.5. Sam --- mkdep.c.origFri May 31 21:59:07 2002 +++ mkdep.c Fri May 31 21:41:41 2002 @@ -26

[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 3