From: Eric Andersen Date: Wed, 7 Nov 2001 07:50:08 +0000 (-0000) Subject: Remove comments about 'make bzImage' X-Git-Tag: 0_60_2~44 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df23302cb5d2c8cdc570b63e084a3f780da6e1f1;p=oweals%2Fbusybox.git Remove comments about 'make bzImage' --- diff --git a/scripts/Configure b/scripts/Configure index 84302075d..0a73a6493 100644 --- a/scripts/Configure +++ b/scripts/Configure @@ -698,7 +698,7 @@ echo "*** Check the top-level Makefile for additional configuration." if [ ! -f .hdepend -o "$CONFIG_MODVERSIONS" = "y" ] ; then echo "*** Next, you must run 'make dep'." else - echo "*** Next, you may run 'make bzImage', 'make bzdisk', or 'make install'." + echo "*** Next, you may run 'make', or 'make install'." fi echo