Changeset 7857
- Timestamp:
- 11/25/06 10:08:59 (2 years ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter01/whatsnew.xml (modified) (1 diff)
- trunk/BOOK/chapter03/patches.xml (modified) (1 diff)
- trunk/BOOK/chapter05/bash.xml (modified) (1 diff)
- trunk/BOOK/chapter06/bash.xml (modified) (1 diff)
- trunk/BOOK/patches.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7856 r7857 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[matthew] - Use all 5 of the patches currently supplied by 44 the upstream maintainers of Bash.</para> 45 </listitem> 46 <listitem> 43 47 <para>[matthew] - Upgrade to Autoconf-2.61. Fixes 44 48 <ulink url="&lfs-ticket-root;1918">#1918</ulink>.</para> trunk/BOOK/chapter01/whatsnew.xml
r7850 r7857 203 203 204 204 <listitem> 205 <para>&bash- comment-patch;</para>205 <para>&bash-fixes-patch;</para> 206 206 </listitem> 207 207 <listitem> trunk/BOOK/chapter03/patches.xml
r7850 r7857 20 20 21 21 <varlistentry> 22 <term>Bash Comment Parser Patch - <token>&bash-comment-patch-size;</token>:</term>23 <listitem> 24 <para>Download: <ulink url="&patches-root;&bash- comment-patch;"/></para>25 <para>MD5 sum: <literal>&bash- comment-patch-md5;</literal></para>22 <term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term> 23 <listitem> 24 <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para> 25 <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para> 26 26 </listitem> 27 27 </varlistentry> trunk/BOOK/chapter05/bash.xml
r7837 r7857 38 38 <title>Installation of Bash</title> 39 39 40 <para>Apply a fix for a bug that causes some comments to be parsed41 incorrectly:</para>40 <para>Apply fixes for several bugs discovered since the initial release of 41 Bash-&bash-version;:</para> 42 42 43 <screen><userinput>patch -Np1 -i ../&bash- comment-patch;</userinput></screen>43 <screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 44 44 45 45 <para>Prepare Bash for compilation:</para> trunk/BOOK/chapter06/bash.xml
r7837 r7857 42 42 Makefile.in</userinput></screen> 43 43 44 <para>Apply a fix for a bug that causes some comments to be parsed45 incorrectly:</para>44 <para>Apply fixes for several bugs discovered since the initial release of 45 Bash-&bash-version;:</para> 46 46 47 <screen><userinput>patch -Np1 -i ../&bash- comment-patch;</userinput></screen>47 <screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 48 48 49 49 <para>Prepare Bash for compilation:</para> trunk/BOOK/patches.ent
r7850 r7857 2 2 3 3 <!-- Start of Common Patches --> 4 <!ENTITY bash- comment-patch "bash-&bash-version;-parse_comment-1.patch">5 <!ENTITY bash- comment-patch-md5 "6420d890711431ebeb63b5a9f3d9764d">6 <!ENTITY bash- comment-patch-size "1.5KB">4 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch"> 5 <!ENTITY bash-fixes-patch-md5 "541834ceb90f4f3eee45cee246cc2cc4"> 6 <!ENTITY bash-fixes-patch-size "9.9 KB"> 7 7 8 8
