summaryrefslogtreecommitdiff
path: root/kconfig/confdata.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/confdata.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/confdata.c')
-rw-r--r--kconfig/confdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/confdata.c b/kconfig/confdata.c
index 834eecb..9cb97b6 100644
--- a/kconfig/confdata.c
+++ b/kconfig/confdata.c
@@ -659,7 +659,7 @@ next:
return 1;
}
- conf_message(_("configuration written to %s"), newname);
+ conf_message(_("configuration saved"));
sym_set_change_count(0);