- Timestamp:
- Oct 11, 2006, 8:52:41 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a7fa075
- Parents:
- 35df0584
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
r35df0584 r9383fe4 28 28 install HTML documentation, issue the following commands:</para> 29 29 30 <screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz && 31 sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ 32 Makefile.in</userinput></screen> 33 34 <para os="p1">The following patch contains updates from the maintainer. The 35 maintainer of Bash only releases these patches to fix serious issues.</para> 36 37 <screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 30 <screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz</userinput></screen> 38 31 39 32 <para os="g">Prepare Bash for compilation:</para> … … 65 58 <para os="m">Install the package:</para> 66 59 67 <screen os="n"><userinput>make install</userinput></screen>60 <screen os="n"><userinput>make htmldir=/usr/share/doc/bash-&bash-version; install</userinput></screen> 68 61 69 62 <para os="o">Run the newly compiled <command>bash</command> program (replacing -
BOOK/final-system/multilib/bash.xml
r35df0584 r9383fe4 29 29 href="../common/bash.xml" 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/bash.xml"34 xpointer="xpointer(//*[@os='p1'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/bash.xml"38 xpointer="xpointer(//*[@os='p2'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r35df0584 r9383fe4 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>October 11, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Updated to Bash 3.2/</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 38 47 39 48 <listitem> -
BOOK/materials/common/patches.xml
r35df0584 r9383fe4 20 20 21 21 <varlistentry> 22 <term>Bash Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>23 <listitem>24 <para>Download: <ulink25 url="&patches-root;&bash-fixes-patch;"/></para>26 <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>27 </listitem>28 </varlistentry>29 30 <varlistentry>31 22 <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term> 32 23 <listitem> -
BOOK/packages.ent
r35df0584 r9383fe4 31 31 <!ENTITY automake-directory "automake-1.9"> 32 32 33 <!ENTITY bash-version "3. 1">34 <!ENTITY bash-size "2,47 5KB">33 <!ENTITY bash-version "3.2"> 34 <!ENTITY bash-size "2,476 KB"> 35 35 <!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz"> 36 <!ENTITY bash-md5 " ef5304c4b22aaa5088972c792ed45d72">36 <!ENTITY bash-md5 "00bfa16d58e034e3c2aa27f390390d30"> 37 37 <!ENTITY bash-home "&gnu-software;bash/"> 38 38 39 <!ENTITY bash-doc-version "3. 1">40 <!ENTITY bash-doc-size "2, 013KB">39 <!ENTITY bash-doc-version "3.2"> 40 <!ENTITY bash-doc-size "2,148 KB"> 41 41 <!ENTITY bash-doc-url "&gnu;bash/bash-doc-&bash-doc-version;.tar.gz"> 42 <!ENTITY bash-doc-md5 " a8c517c6a7b21b8b855190399c5935ae">42 <!ENTITY bash-doc-md5 "0e904cb46ca873fcfa65df19b024bec9"> 43 43 <!ENTITY bash-doc-home " "> 44 44
Note:
See TracChangeset
for help on using the changeset viewer.