[kbuild-devel] possible reason for "shift/reduce conflicts" error?

2007-07-23 Thread Robert P. J. Day
i'm trying to extend the kconfig structure to add the "maturity" level we've been discussing on LKML, and i started with a patch suggested by simon arlott which *looked* fine, but this is what i get when i run "make config": $ make config HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/d

[kbuild-devel] maturity levels: the patch

2007-07-23 Thread Robert P. J. Day
since i'm not sure i'll be able to post anything for the rest of the day once i leave my location, here's the patch: diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 8986a48..0426636 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -257,7 +257,7 @