mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-21 12:49:21 +01:00
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:
parent
024e4dd122
commit
2263262c86
@ -6,6 +6,11 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<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
|
<listitem><para>September 29th, 2002 [gerard]: Chapter 05 - GCC: Fixed the
|
||||||
old nofixincludes patch and reinstated it.</para></listitem>
|
old nofixincludes patch and reinstated it.</para></listitem>
|
||||||
|
|
||||||
|
@ -9,9 +9,8 @@ up with two new directories. Enter the
|
|||||||
<para>Install the Linux threads man pages by running the following
|
<para>Install the Linux threads man pages by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<para><screen><userinput>cd man &&
|
<para><screen><userinput>make -C man &&
|
||||||
make &&
|
make -C man install</userinput></screen></para>
|
||||||
make install</userinput></screen></para>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20021002">
|
<!ENTITY version "20021003">
|
||||||
<!ENTITY releasedate "October 2nd, 2002">
|
<!ENTITY releasedate "October 3rd, 2002">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user