Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-07 10:50:08 +0300
committerEric Andersen <andersen@codepoet.org>2001-11-07 10:50:08 +0300
commitdf23302cb5d2c8cdc570b63e084a3f780da6e1f1 (patch)
treee127fbefd916584c918c4c05868c4c72b5390e9e
parent5abdaa9a169d0e54380d64f26e91e816d2fa483b (diff)
Remove comments about 'make bzImage'
-rw-r--r--scripts/Configure2
1 files changed, 1 insertions, 1 deletions
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