diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-12 19:46:23 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-12 19:46:23 +0200 |
commit | 82250e56c7e218ef03298a04743573c8705147d4 (patch) | |
tree | 9fbfa2db926bb8af5ede8526eb20ee870f080fc7 /kconfig/conf.c | |
parent | bb27382f3b749bf01fcfcce77340c7cf705247ef (diff) | |
download | crosstool-ng-82250e56c7e218ef03298a04743573c8705147d4.tar.gz crosstool-ng-82250e56c7e218ef03298a04743573c8705147d4.tar.bz2 crosstool-ng-82250e56c7e218ef03298a04743573c8705147d4.zip |
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/conf.c')
-rw-r--r-- | kconfig/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfig/conf.c b/kconfig/conf.c index 60bdf448..0a2227ed 100644 --- a/kconfig/conf.c +++ b/kconfig/conf.c @@ -510,8 +510,8 @@ int main(int ac, char **av) fprintf(stderr, _("***\n" "*** Configuration file \"%s\" not found!\n" "***\n" - "*** Please run some configurator (e.g. \"make oldconfig\" or\n" - "*** \"make menuconfig\" or \"make xconfig\").\n" + "*** Please configure with \"menuconfig\", or use a\n" + "*** pre-existing sample (see list with \"list-samples\").\n" "***\n"), name); exit(1); } |