mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Adjusted tar commands for chapter six Bash and Glibc for consistency.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7eac3e32ab
commit
01674db272
@ -114,6 +114,9 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>August 28th, 2005 [jhuntwork]: Adjusted tar commands in Bash
|
||||
and Glibc chapter six builds for consistency</para></listitem>
|
||||
|
||||
<listitem><para>August 23rd, 2005 [matt]: Install Udev's documentation relating
|
||||
to configuring rules (fixes bug 1622)</para></listitem>
|
||||
|
||||
|
@ -33,7 +33,7 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed.</seg></seglistitem>
|
||||
<para>If you downloaded the Bash documentation tarball and wish to install HTML
|
||||
documentation, issue the following commands:</para>
|
||||
|
||||
<screen><userinput>tar -zxf ../bash-doc-&bash-doc-version;.tar.gz &&
|
||||
<screen><userinput>tar -xf ../bash-doc-&bash-doc-version;.tar.gz &&
|
||||
sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
|
||||
Makefile.in</userinput></screen>
|
||||
|
||||
|
@ -60,7 +60,7 @@ of achieving a clean build.</para>
|
||||
threading libraries installed by Glibc. Unpack the tarball from
|
||||
within the Glibc source directory:</para>
|
||||
|
||||
<screen><userinput>tar -xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
|
||||
<screen><userinput>tar -xf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
|
||||
|
||||
<para>Glibc has two tests which fail when the running kernel is 2.6.11 or later.
|
||||
The problem has been determined to be with the tests themselves, not with the
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20050820">
|
||||
<!ENTITY releasedate "August 23, 2005">
|
||||
<!ENTITY version "SVN-20050828">
|
||||
<!ENTITY releasedate "August 28, 2005">
|
||||
<!ENTITY milestone "6.2">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user