diff options
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter05/gcc-pass1.xml | 7 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 17 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 62791290d..3a08694e6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,17 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-03-11</para> + <itemizedlist> + <listitem> + <para>[dj] - Fix description of modifications to + <filename>gcc/config/{linux,i386/linux{,64}}.h</filename> in + <application>gcc</application> pass 1.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-03-08</para> <itemizedlist> <listitem> diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index e7b324e19..aa3632481 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -82,10 +82,9 @@ do done</userinput></screen> <para>In case the above seems hard to follow, let's break it down a bit. - First we find all the files under the <filename - class="directory">gcc/config</filename> directory that are named either - <filename>linux.h</filename>, <filename>linux64.h</filename> or - <filename>sysv4.h</filename>. For each file found, we copy it to a file of + First we copy the files <filename>gcc/config/linux.h</filename>, + <filename>gcc/config/i386/linux.h</filename>, and + <filename>gcc/config/i368/linux64.h</filename>. to a file of the same name but with an added suffix of <quote>.orig</quote>. Then the first sed expression prepends <quote>/tools</quote> to every instance of <quote>/lib/ld</quote>, <quote>/lib64/ld</quote> or diff --git a/general.ent b/general.ent index ee04b7e5b..c6a809503 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170308"> +<!ENTITY version "SVN-20170311"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20170308-systemd"> +<!ENTITY versiond "20170311-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "March 8, 2017"> +<!ENTITY releasedate "March 11, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> |