From: Sam Ravnborg <sam@ravnborg.org>

If the user decides to not write the config file out, menuconfig exits with
a non-zero code.  This causes make to allege that there was an error.



---

 scripts/kconfig/mconf.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN scripts/kconfig/mconf.c~menuconfig-exit-code-fix scripts/kconfig/mconf.c
--- 25/scripts/kconfig/mconf.c~menuconfig-exit-code-fix	2004-01-10 02:06:08.000000000 -0800
+++ 25-akpm/scripts/kconfig/mconf.c	2004-01-10 02:06:13.000000000 -0800
@@ -800,7 +800,6 @@ int main(int ac, char **av)
 		fprintf(stderr, "\n\n"
 			"Your kernel configuration changes were NOT saved."
 			"\n\n");
-		return 1;
 	}
 
 	return 0;

_