aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-03-03 18:03:37 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-03-03 18:03:37 +0000
commit2f99b1da11aff1d893d0353657a3e03c0f43c0e8 (patch)
tree0052d50489099a3314d2aa5e3584ecfa1b0c69f9 /chapter05
parent6dfcbc8bb421413b2845a21e1e9b140e99ce74f3 (diff)
Update to grep-2.18.
Update to man-pages-3.61. Update to psmisc-22.21. Update to Linux-3.13.5. Update to bash-4.3. Update to readline-6.3. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10502 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bash.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml
index 60957b9c1..21df197e7 100644
--- a/chapter05/bash.xml
+++ b/chapter05/bash.xml
@@ -42,12 +42,12 @@
<sect2 role="installation">
<title>Installation of Bash</title>
-
+<!--
<para>First, apply the following patch to fix various bugs that have been
addressed upstream:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
-
+-->
<para>Prepare Bash for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc</userinput></screen>