diff options
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter05/perl.xml | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 25693b122..6ac161081 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2008-10-19</para> <itemizedlist> <listitem> + <para>[randy] - Removed an unnecessary command from the Chapter 5 + Perl instructions.</para> + </listitem> + <listitem> <para>[bdubbs] - Updated the discussion in Chapter 1 explaining that the LiveCD is out of date.</para> </listitem> @@ -58,7 +62,7 @@ <listitem> <para>[jhuntwork] - Fixed build locations of m4 so that it links against the glibc built in /tools and so that no packages in chapter 6 hard-code references - to the temporarly location. Also made m4 a host prerequisite.</para> + to the temporary location. Also made m4 a host requirement.</para> </listitem> </itemizedlist> </listitem> diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 7f60c5985..30f176bef 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -48,10 +48,10 @@ <screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen> - <para>Fix an incompatibility with gcc-&gcc-version;:</para> + <!-- <para>Fix an incompatibility with gcc-&gcc-version;:</para> <screen><userinput remap="pre">mv -v makedepend.SH{,.orig} -sed 's/command /command[ -]/' makedepend.SH.orig > makedepend.SH</userinput></screen> +sed 's/command /command[ -]/' makedepend.SH.orig > makedepend.SH</userinput></screen> --> <para>Prepare Perl for compilation (make sure to get the 'Data/Dumper Fcntl IO POSIX' part of the command correct—they are all |