diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-10-04 03:20:14 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-10-04 03:20:14 +0000 |
commit | 2263262c86c80af276c71b7637ab8a90a3b7bf42 (patch) | |
tree | c836868edd25169d3b806290edd69a5d0a014cd5 /chapter01 | |
parent | 024e4dd122977428406c65abe01b821c15d78694 (diff) |
changed cd man to make -C
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 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> |