diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/file-exp.xml | 8 | ||||
-rw-r--r-- | chapter06/file-inst.xml | 3 | ||||
-rw-r--r-- | index.xml | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 69547064f..27a933894 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,9 @@ <itemizedlist> +<listitem><para>January 15th, 2002 [marcheerdink]: Chapter 6 - file: changed +the installation instruction so the sed isn't nessecary anymore.</para></listitem> + <listitem><para>January 14th, 2002 [marcheerdink]: Changed the kernel header files installation in chapter 5 so it's a bit more portable.</para></listitem> diff --git a/chapter06/file-exp.xml b/chapter06/file-exp.xml index 3e6043c89..b2a69083c 100644 --- a/chapter06/file-exp.xml +++ b/chapter06/file-exp.xml @@ -1,9 +1,11 @@ <sect2> <title>Command explanations</title> -<para><userinput>sed $'/#define __/a \\\n#include <stdint.h>' readelf.h.backup > readelf.h :</userinput> This -sed fixes an error which occurs when compiling file-3.36 with -automake-1.5 installed.</para> +<para><userinput>touch aclocal.m4 configure Makefile.in stamp-h.in</userinput>: +This command works around an error which occurs when compiling file with +automake-1.5 installed by changing the modification dates of some files to +the current date. Changing the date will cause make to think the files are +already up-to-date so they're not recreated.</para> </sect2> diff --git a/chapter06/file-inst.xml b/chapter06/file-inst.xml index 01c4284f2..130bca387 100644 --- a/chapter06/file-inst.xml +++ b/chapter06/file-inst.xml @@ -3,8 +3,7 @@ <para>Install File by running the following commands:</para> -<para><screen><userinput>cp readelf.h readelf.h.backup && -sed $'/#define __/a \\\n#include <stdint.h>' readelf.h.backup > readelf.h && +<para><screen><userinput>touch aclocal.m4 configure Makefile.in stamp-h.in && ./configure --prefix=/usr --datadir=/usr/share/misc && make && make install</userinput></screen></para> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20020114"> -<!ENTITY releasedate "January 14th, 2002"> +<!ENTITY version "20020115"> +<!ENTITY releasedate "January 15th, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |