Remove comments about 'make bzImage'
authorEric Andersen <andersen@codepoet.org>
Wed, 7 Nov 2001 07:50:08 +0000 (07:50 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 7 Nov 2001 07:50:08 +0000 (07:50 -0000)
scripts/Configure

index 8430207..0a73a64 100644 (file)
@@ -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