浏览代码

Chapter 2: Disabled section about dependencies for now.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 年之前
父节点
当前提交
0eb0afb41d
共有 6 个文件被更改,包括 7 次插入9 次删除
  1. 0 3
      chapter01/changelog.xml
  2. 4 1
      chapter02/aboutdependencies.xml
  3. 0 1
      chapter02/chapter02.xml
  4. 1 1
      chapter05/gcc-pass2-inst.xml
  5. 0 1
      entities/book-structure.xml
  6. 2 2
      index.xml

+ 0 - 3
chapter01/changelog.xml

@@ -110,9 +110,6 @@ distributions out there.</para></listitem>
 <listitem><para>October 23rd, 2003 [alex]: Changed most of the "Chapter"
 references to proper "xref" cross references .</para></listitem>
 
-<listitem><para>October 22nd, 2003 [gerard] Chapter 2: Added notes how to
-create installation dependency lists.</para></listitem>
-
 <listitem><para>October 22nd, 2003 [alex]: Chapter 6 - Gawk and Shadow:
 Adjusted the text. And added some markup elsewhere.</para></listitem>
  

+ 4 - 1
chapter02/aboutdependencies.xml

@@ -2,6 +2,9 @@
 <title>About dependencies</title>
 <?dbhtml filename="aboutdependencies.html" dir="chapter02"?>
 
+<!-- Leave this file in the repo until we figure out finally what to do with
+dependencies -->
+
 <para>There are a few ways to compile a list of a package's installation
 dependencies. What we consider the best way is using the
 <command>strace</command> program available at <ulink
@@ -44,7 +47,7 @@ can't simply ignore all autoconf entries. A manual validation really is a
 requirement for an accurate list.</para>
 
 <para>This book is not so verbose as to list exactly which program from which
-package is required for a successfull installation (we used to, but it had
+package is required for a successful installation (we used to, but it had
 become too much work to maintain it). The book will contain simply the
 names of packages you need to have installed. If you need the verbosity
 in the form of "package a needs file b and c from package d", have a look

+ 0 - 1
chapter02/chapter02.xml

@@ -5,7 +5,6 @@
 &c2-aboutlfs;
 &c2-aboutsbus;
 &c2-abouttestsuites;
-&c2-aboutdependencies;
 &c2-askforhelp;
 
 </chapter>

+ 1 - 1
chapter05/gcc-pass2-inst.xml

@@ -118,7 +118,7 @@ through to completion and not stop at the first failure. The GCC test suite is
 very comprehensive and is almost guaranteed to generate a few failures. To get
 a summary of the test suite results, run this:</para>
  
-<screen><userinput>../gcc-&gcc-version;/contrib/test_summary | less</userinput></screen>
+<screen><userinput>../gcc-&gcc-version;/contrib/test_summary | more</userinput></screen>
 
 <para>You can compare your results to those posted to the gcc-testresults
 mailing list for similar configurations to your own. For an example of how

+ 0 - 1
entities/book-structure.xml

@@ -16,7 +16,6 @@
 <!ENTITY c2-aboutlfs SYSTEM "../chapter02/aboutlfs.xml">
 <!ENTITY c2-aboutsbus SYSTEM "../chapter02/aboutsbus.xml">
 <!ENTITY c2-abouttestsuites SYSTEM "../chapter02/abouttestsuites.xml">
-<!ENTITY c2-aboutdependencies SYSTEM "../chapter02/aboutdependencies.xml">
 <!ENTITY c2-askforhelp SYSTEM "../chapter02/askforhelp.xml">
 
 <!ENTITY chapter03 SYSTEM "../chapter03/chapter03.xml">

+ 2 - 2
index.xml

@@ -3,8 +3,8 @@
 				"/usr/share/docbook/docbookx.dtd" [
 
 
-<!ENTITY version "CVS-20031026">
-<!ENTITY releasedate "October 26th, 2003">
+<!ENTITY version "CVS-20031027">
+<!ENTITY releasedate "October 27th, 2003">
 <!ENTITY milestone "5.0">
 <!ENTITY nbsp " ">