diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-28 02:52:14 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-28 02:52:14 +0000 |
commit | 0eb0afb41d6c6ccc1448550fd00761ad8d5d889d (patch) | |
tree | eb4397a718c00acf9992937be6bc5046820b050f | |
parent | ec0a924df94ddf427af1586d6ce53021be8a69c9 (diff) |
Chapter 2: Disabled section about dependencies for now.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3045 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter02/aboutdependencies.xml | 5 | ||||
-rw-r--r-- | chapter02/chapter02.xml | 1 | ||||
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 2 | ||||
-rw-r--r-- | entities/book-structure.xml | 1 | ||||
-rw-r--r-- | index.xml | 4 |
6 files changed, 7 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bdf0d148c..2b12e4ed7 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter02/aboutdependencies.xml b/chapter02/aboutdependencies.xml index 9fd129e42..4a2ea74be 100644 --- a/chapter02/aboutdependencies.xml +++ b/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 diff --git a/chapter02/chapter02.xml b/chapter02/chapter02.xml index 66bfec3f0..3265cac98 100644 --- a/chapter02/chapter02.xml +++ b/chapter02/chapter02.xml @@ -5,7 +5,6 @@ &c2-aboutlfs; &c2-aboutsbus; &c2-abouttestsuites; -&c2-aboutdependencies; &c2-askforhelp; </chapter> diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index cd3d4505a..a5256c9ed 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/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 diff --git a/entities/book-structure.xml b/entities/book-structure.xml index b682dde2f..1b9a3181d 100644 --- a/entities/book-structure.xml +++ b/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"> @@ -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 " "> |