summaryrefslogtreecommitdiff
path: root/kconfig/mconf.c
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-05-12 17:46:23 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-05-12 17:46:23 (GMT)
commit82250e56c7e218ef03298a04743573c8705147d4 (patch)
tree9fbfa2db926bb8af5ede8526eb20ee870f080fc7 /kconfig/mconf.c
parentbb27382f3b749bf01fcfcce77340c7cf705247ef (diff)
kconfig: remove mis-leading messages
Unlinke the Linux kernel, crosstool-NG does not (directly) use make as a frontend, so remove any occurence of reference to running make after the configuration. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'kconfig/mconf.c')
-rw-r--r--kconfig/mconf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/kconfig/mconf.c b/kconfig/mconf.c
index d433c7a..1f10bfe 100644
--- a/kconfig/mconf.c
+++ b/kconfig/mconf.c
@@ -846,10 +846,6 @@ int main(int ac, char **av)
return 1;
}
case -1:
- printf(_("\n\n"
- "*** End of the configuration.\n"
- "*** Execute 'make' to start the build or try 'make help'."
- "\n\n"));
break;
default:
fprintf(stderr, _("\n\n"