Parcourir la source

changed cd man to make -C

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans il y a 23 ans
Parent
commit
2263262c86
3 fichiers modifiés avec 9 ajouts et 5 suppressions
  1. 5 0
      chapter01/changelog.xml
  2. 2 3
      chapter06/linuxthreadsmanpages-inst.xml
  3. 2 2
      index.xml

+ 5 - 0
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>
 

+ 2 - 3
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 &amp;&amp;
-make &amp;&amp;
-make install</userinput></screen></para>
+<para><screen><userinput>make -C man &amp;&amp;
+make -C man install</userinput></screen></para>
 
 </sect2>
 

+ 2 - 2
index.xml

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