Author: renodr
Date: Sat Jun  8 13:53:45 2019
New Revision: 11615

Log:
Make the removal of symlinks to util-linux headers in Chapter 6 apply only to 
systemd, since that's the only book that they are created in.

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/util-linux.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Wed Jun  5 08:37:03 2019        (r11614)
+++ trunk/BOOK/chapter01/changelog.xml  Sat Jun  8 13:53:45 2019        (r11615)
@@ -44,6 +44,16 @@
     -->
 
     <listitem>
+      <para>2019-06-08</para>
+      <itemizedlist>
+        <listitem>
+          <para>Make it so that the instructions for removing symlinks before 
building
+          Util-Linux in Chapter 6 are only visible in systemd.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2019-06-03</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/util-linux.xml
==============================================================================
--- trunk/BOOK/chapter06/util-linux.xml Wed Jun  5 08:37:03 2019        (r11614)
+++ trunk/BOOK/chapter06/util-linux.xml Sat Jun  8 13:53:45 2019        (r11615)
@@ -60,9 +60,9 @@
 <screen><userinput remap="pre">sed -e 's/2^64/(2^64/' -e 's/E &lt;/E) &lt;=/' 
-e 's/ne /eq /' \
     -i tests/ts/ipcs/limits2</userinput></screen>
 -->
-    <para>Remove the earlier created symlinks:</para>
+    <para revision="systemd">Remove the earlier created symlinks:</para>
 
-<screen><userinput remap="pre">rm -vf 
/usr/include/{blkid,libmount,uuid}</userinput></screen>
+<screen revision="systemd"><userinput remap="pre">rm -vf 
/usr/include/{blkid,libmount,uuid}</userinput></screen>
 
     <para>Prepare Util-linux for compilation:</para>
 

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed Jun  5 08:37:03 2019        (r11614)
+++ trunk/BOOK/general.ent      Sat Jun  8 13:53:45 2019        (r11615)
@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20190603">
+<!ENTITY version         "SVN-20190608">
 <!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        "20190603-systemd">
+<!ENTITY versiond        "20190608-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "June 3, 2019">
+<!ENTITY releasedate     "June 8, 2019">
 
 <!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone       "8.5">
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to