Ver Fonte

Fix an error in the mountfs bootscript.
Remove outdated seds for diffutils in both Chapters 5 and 6.



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs há 8 anos atrás
pai
commit
44dc5587c3
4 ficheiros alterados com 19 adições e 16 exclusões
  1. 16 3
      chapter01/changelog.xml
  2. 0 4
      chapter05/diffutils.xml
  3. 0 6
      chapter06/diffutils.xml
  4. 3 3
      general.ent

+ 16 - 3
chapter01/changelog.xml

@@ -42,7 +42,20 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
 -->
-    <listitem revision='sysv'>
+    <listitem>
+      <para>2017-06-26</para>
+      <itemizedlist>
+        <listitem revision='sysv'>
+          <para>[bdubbs] - Fix an error in the mountfs bootscript.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Remove outdated seds for diffutils in
+          both Chapters 5 and 6.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2017-06-24</para>
       <itemizedlist>
         <listitem>
@@ -53,11 +66,11 @@
           <para>[bdubbs] - Update to linux-4.11.7. Fixes
           <ulink url="&lfs-ticket-root;4090">#4099</ulink>.</para>
         </listitem>
-        <listitem>
+        <listitem revision='sysv'>
           <para>[bdubbs] - Remove section disussing configuration
           without a network card.</para>
         </listitem>
-        <listitem>
+        <listitem revision='sysv'>
           <para>[bdubbs] - Update boot scripts to unmount network
           file systems before bringing down the network.</para>
         </listitem>

+ 0 - 4
chapter05/diffutils.xml

@@ -43,10 +43,6 @@
   <sect2 role="installation">
     <title>Installation of Diffutils</title>
 
-    <para>First, fix some errors in the included gnulib code:</para>
-
-<screen><userinput remap="pre">sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen>
-
     <para>Prepare Diffutils for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>

+ 0 - 6
chapter06/diffutils.xml

@@ -41,12 +41,6 @@
   <sect2 role="installation">
     <title>Installation of Diffutils</title>
 
-    <para>First fix a file so locale files are installed and fix the
-    included gnulib code:</para>
-
-<screen><userinput remap="pre">sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in
-sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen>
-
     <para>Prepare Diffutils for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>

+ 3 - 3
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20170624">
+<!ENTITY version         "SVN-20170626">
 <!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        "20170624-systemd">
+<!ENTITY versiond        "20170626-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "June 24, 2017">
+<!ENTITY releasedate     "June 26, 2017">
 
 <!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "8.1">