From b38673fb9fee63303cc6b7d4923ea0dd7cf7310a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 2 Feb 2006 01:41:53 +0000 Subject: make the build system puuuuuuuuuuurty --- scripts/config/mconf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/config/mconf.c') diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index 5bc2abdd8..1b21575ad 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"); -- cgit v1.2.3