فهرست منبع

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
Jeremy Huntwork 20 سال پیش
والد
کامیت
01674db272
4فایلهای تغییر یافته به همراه7 افزوده شده و 4 حذف شده
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/bash.xml
  3. 1 1
      chapter06/glibc.xml
  4. 2 2
      general.ent

+ 3 - 0
chapter01/changelog.xml

@@ -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>
 

+ 1 - 1
chapter06/bash.xml

@@ -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 &amp;&amp;
+<screen><userinput>tar -xf ../bash-doc-&bash-doc-version;.tar.gz &amp;&amp;
 sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
     Makefile.in</userinput></screen>
 

+ 1 - 1
chapter06/glibc.xml

@@ -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

+ 2 - 2
general.ent

@@ -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}]" -->