From 6dd6551ee50466dbbdcd111a34f38037038bef2e Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 19 Jan 2004 05:12:01 -0800 Subject: [PATCH] kconfig: fix menuconfig exit code From: Sam Ravnborg 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 file changed, 1 deletion(-) (limited to 'scripts/kconfig') diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index ca8b1ce356a6..1a8e7c414445 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c @@ -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; -- cgit v1.2.3