diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-07 07:50:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-07 07:50:08 +0000 |
commit | df23302cb5d2c8cdc570b63e084a3f780da6e1f1 (patch) | |
tree | e127fbefd916584c918c4c05868c4c72b5390e9e | |
parent | 5abdaa9a169d0e54380d64f26e91e816d2fa483b (diff) | |
download | busybox-w32-df23302cb5d2c8cdc570b63e084a3f780da6e1f1.tar.gz busybox-w32-df23302cb5d2c8cdc570b63e084a3f780da6e1f1.tar.bz2 busybox-w32-df23302cb5d2c8cdc570b63e084a3f780da6e1f1.zip |
Remove comments about 'make bzImage'
-rw-r--r-- | scripts/Configure | 2 |
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." | |||
698 | if [ ! -f .hdepend -o "$CONFIG_MODVERSIONS" = "y" ] ; then | 698 | if [ ! -f .hdepend -o "$CONFIG_MODVERSIONS" = "y" ] ; then |
699 | echo "*** Next, you must run 'make dep'." | 699 | echo "*** Next, you must run 'make dep'." |
700 | else | 700 | else |
701 | echo "*** Next, you may run 'make bzImage', 'make bzdisk', or 'make install'." | 701 | echo "*** Next, you may run 'make', or 'make install'." |
702 | fi | 702 | fi |
703 | echo | 703 | echo |
704 | 704 | ||