aboutsummaryrefslogtreecommitdiff
path: root/scripts/config/mconf.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-02 01:41:53 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-02 01:41:53 +0000
commitb38673fb9fee63303cc6b7d4923ea0dd7cf7310a (patch)
treed6b2fba68832d7f0e061614dda4372119f58156f /scripts/config/mconf.c
parent1f04c9d29c8a79cc71a7dd01e18e14c0fe8a8726 (diff)
downloadbusybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.tar.gz
busybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.tar.bz2
busybox-w32-b38673fb9fee63303cc6b7d4923ea0dd7cf7310a.zip
make the build system puuuuuuuuuuurty
Diffstat (limited to 'scripts/config/mconf.c')
-rw-r--r--scripts/config/mconf.c5
1 files changed, 2 insertions, 3 deletions
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)
967 967
968 if (stat == 0) { 968 if (stat == 0) {
969 conf_write(NULL); 969 conf_write(NULL);
970 printf("\n\n" 970 printf("\n"
971 "*** End of BusyBox configuration.\n" 971 "*** End of BusyBox configuration.\n");
972 "*** Check the top-level Makefile for additional configuration options.\n\n");
973 } else 972 } else
974 printf("\n\nYour BusyBox configuration changes were NOT saved.\n\n"); 973 printf("\n\nYour BusyBox configuration changes were NOT saved.\n\n");
975 974