diff options
author | Mike Frysinger | 2006-02-02 01:41:53 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-02-02 01:41:53 +0000 |
commit | b38673fb9fee63303cc6b7d4923ea0dd7cf7310a (patch) | |
tree | d6b2fba68832d7f0e061614dda4372119f58156f /scripts/config/mconf.c | |
parent | 1f04c9d29c8a79cc71a7dd01e18e14c0fe8a8726 (diff) | |
download | busybox-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.zip busybox-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.tar.gz |
make the build system puuuuuuuuuuurty
Diffstat (limited to 'scripts/config/mconf.c')
-rw-r--r-- | scripts/config/mconf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index 5bc2abd..1b21575 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c @@ -967,9 +967,8 @@ int main(int ac, char **av) if (stat == 0) { conf_write(NULL); - printf("\n\n" - "*** End of BusyBox configuration.\n" - "*** Check the top-level Makefile for additional configuration options.\n\n"); + printf("\n" + "*** End of BusyBox configuration.\n"); } else printf("\n\nYour BusyBox configuration changes were NOT saved.\n\n"); |