aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-07 07:50:08 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-07 07:50:08 +0000
commit3ccb37e7cbe32d097b0df3d3fcb2d9402ea97c5a (patch)
treee127fbefd916584c918c4c05868c4c72b5390e9e
parent8f54f97c697b87c73e128436e0c3d6b32c6ef916 (diff)
downloadbusybox-w32-3ccb37e7cbe32d097b0df3d3fcb2d9402ea97c5a.tar.gz
busybox-w32-3ccb37e7cbe32d097b0df3d3fcb2d9402ea97c5a.tar.bz2
busybox-w32-3ccb37e7cbe32d097b0df3d3fcb2d9402ea97c5a.zip
Remove comments about 'make bzImage'
git-svn-id: svn://busybox.net/trunk/busybox@3632 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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."
698if [ ! -f .hdepend -o "$CONFIG_MODVERSIONS" = "y" ] ; then 698if [ ! -f .hdepend -o "$CONFIG_MODVERSIONS" = "y" ] ; then
699 echo "*** Next, you must run 'make dep'." 699 echo "*** Next, you must run 'make dep'."
700else 700else
701 echo "*** Next, you may run 'make bzImage', 'make bzdisk', or 'make install'." 701 echo "*** Next, you may run 'make', or 'make install'."
702fi 702fi
703echo 703echo
704 704