Remove comments about 'make bzImage'

This commit is contained in:
Eric Andersen 2001-11-07 07:50:08 +00:00
parent 5abdaa9a16
commit df23302cb5

View 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