summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-01-12 10:34:58 +0000
committerBodo Möller <bodo@openssl.org>2001-01-12 10:34:58 +0000
commit69e42952e16b4c030cb498a3c12b7535b709ecfb (patch)
tree61dd1a50e6d9831290809765232e00e1dcb2ad23 /config
parentadf87b2df5bb8038f12947cdc97e2eaa52eb6e8b (diff)
downloadopenssl-new-69e42952e16b4c030cb498a3c12b7535b709ecfb.tar.gz
When we are waiting for user action, we should say this explicitly.
Diffstat (limited to 'config')
-rwxr-xr-xconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index cdf0d0ce98..a9d126173e 100755
--- a/config
+++ b/config
@@ -402,7 +402,7 @@ case "$GUESSOS" in
mips4-sgi-irix64)
echo "WARNING! If you wish to build 64-bit library, then you have to"
echo " invoke './Configre irix64-mips4-$CC' *manually*."
- echo " Type Ctrl-C if you don't want to continue."
+ echo " Type return if you want to continue, Ctrl-C to abort."
read waste < /dev/tty
options="$options -mips4"
OUT="irix-mips3-$CC"
@@ -447,7 +447,7 @@ EOF
#till 64-bit glibc for SPARC is operational:-(
#echo "WARNING! If you wish to build 64-bit library, then you have to"
#echo " invoke './Configure linux64-sparcv9' *manually*."
- #echo " Type Ctrl-C if you don't want to continue."
+ #echo " Type return if you want to continue, Ctrl-C to abort."
#read waste < /dev/tty
OUT="linux-sparcv9" ;;
sparc-*-linux2)
@@ -466,7 +466,7 @@ EOF
if [ "$ISA64" != "" -a "$CC" = "cc" -a $CCVER -ge 50 ]; then
echo "WARNING! If you wish to build 64-bit library, then you have to"
echo " invoke './Configure solaris64-sparcv9-cc' *manually*."
- echo " Type Ctrl-C if you don't want to continue."
+ echo " Type return if you want to continue, Ctrl-C to abort."
read waste < /dev/tty
fi
OUT="solaris-sparcv9-$CC" ;;