diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/linuxthreadsmanpages-inst.xml | 5 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b9a7bce08..f8587897b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,11 @@ <itemizedlist> +<listitem><para>October 3rd, 2002 [gerard]: Chapter 06 - Linuxthreads: +Instead of <userinput>cd man</userinput> use the <emphasis>-C</emphasis> +option to <userinput>make</userinput> which makes a lot more sense (and +it's shorter too).</para></listitem> + <listitem><para>September 29th, 2002 [gerard]: Chapter 05 - GCC: Fixed the old nofixincludes patch and reinstated it.</para></listitem> diff --git a/chapter06/linuxthreadsmanpages-inst.xml b/chapter06/linuxthreadsmanpages-inst.xml index 6d664e574..012cb3966 100644 --- a/chapter06/linuxthreadsmanpages-inst.xml +++ b/chapter06/linuxthreadsmanpages-inst.xml @@ -9,9 +9,8 @@ up with two new directories. Enter the <para>Install the Linux threads man pages by running the following commands:</para> -<para><screen><userinput>cd man && -make && -make install</userinput></screen></para> +<para><screen><userinput>make -C man && +make -C man install</userinput></screen></para> </sect2> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20021002"> -<!ENTITY releasedate "October 2nd, 2002"> +<!ENTITY version "20021003"> +<!ENTITY releasedate "October 3rd, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |