diff options
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter06/readjusting.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9e62c5300..2075ce8f1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ </listitem> --> + + <listitem> + <para>2007-07-26</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Adjust grep patteren in Ch. 6 gcc to only match + desired output.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2007-07-24</para> <itemizedlist> diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index 63d7a0dce..83cdf298f 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -73,7 +73,7 @@ readelf -l a.out | grep ': /lib'</userinput></screen> <para os="d">Now make sure that we're setup to use the correct startfiles:</para> -<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].* .*' dummy.log</userinput></screen> +<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen> <para os="f">If everything is working correctly, there should be no errors, and the output of the last command will be:</para> diff --git a/general.ent b/general.ent index aced25c49..fa3dc1b78 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20070724"> -<!ENTITY releasedate "July 24, 2007"> +<!ENTITY version "SVN-20070726"> +<!ENTITY releasedate "July 26, 2007"> <!ENTITY milestone "6.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |