changed cd man to make -C

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-10-04 03:20:14 +00:00
parent 024e4dd122
commit 2263262c86
3 changed files with 9 additions and 5 deletions

View File

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

View File

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

View File

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