summaryrefslogtreecommitdiffstats
path: root/doc/started/require.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-13 20:20:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-13 20:20:29 +0000
commit4a675a5c590c60f16f83301bec17578f28966af8 (patch)
tree88255a6b7965ed3097bd5208fcd0aa35c7146878 /doc/started/require.t
parent2002-11-13 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4a675a5c590c60f16f83301bec17578f28966af8.tar.bz2
2002-11-13 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, buildc.t, buildrt.t, nt.t, require.t, tversions.texi: Removed all references to bit scripts. * gdb.t: Removed.
Diffstat (limited to 'doc/started/require.t')
-rw-r--r--doc/started/require.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/started/require.t b/doc/started/require.t
index 0aff933b7d..704f8cea9b 100644
--- a/doc/started/require.t
+++ b/doc/started/require.t
@@ -120,9 +120,8 @@ The following problems have been reported by Solaris 2.x users:
@item The build scripts are written in "shell". The program @code{/bin/sh}
on Solaris 2.x is not robust enough to execute these scripts. If you
-are on a Solaris 2.x host, then change the first line of the files
-@code{bit}, @code{bit_gdb}, and @code{bit_rtems} to use the
-@code{/bin/ksh} shell instead.
+are on a Solaris 2.x host, then use the @code{/bin/ksh} or
+@code{/bin/bash} shell instead.
@item The native @code{patch} program is broken. Install the GNU version.