summaryrefslogtreecommitdiffstats
path: root/scripts/Configure
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /scripts/Configure
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
Diffstat (limited to 'scripts/Configure')
-rw-r--r--scripts/Configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Configure b/scripts/Configure
index 3b05916e6..e65b3f73d 100644
--- a/scripts/Configure
+++ b/scripts/Configure
@@ -1,7 +1,7 @@
#! /bin/sh
#
-# This script is used to configure the linux kernel.
+# This script is used to configure the Linux kernel.
#
# It was inspired by the challenge in the original Configure script
# to ``do something better'', combined with the actual need to ``do
@@ -525,7 +525,7 @@ mv .tmpconfig .config
mv .tmpconfig.h include/linux/autoconf.h
echo
-echo "The linux kernel is now hopefully configured for your setup."
+echo "The Linux kernel should now be configured for your setup."
echo "Check the top-level Makefile for additional configuration,"
echo "and do a 'make dep ; make clean' if you want to be sure all"
echo "the files are correctly re-made"