Author: bdubbs
Date: Tue Jun 16 04:56:28 2020
New Revision: 11946

Log:
Split Chapter 5 into three separate chapters.
Implement a new method of cross-building the LFS tool chain
and other tools to simplify the method of isolating the 
new system from the original host.  This will be the start of
LFS-10.0.

Move old trunk/BOOK to branches/old-trunk.

Added:
   branches/old-trunk/
      - copied from r11945, trunk/BOOK/
Replaced:
   trunk/BOOK/
      - copied from r11945, branches/cross2/
Deleted:
   branches/cross2/
Modified:
   trunk/BOOK/Makefile
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/general.ent

Modified: trunk/BOOK/Makefile
==============================================================================
--- branches/cross2/Makefile    Tue Jun 16 03:22:47 2020        (r11945)
+++ trunk/BOOK/Makefile Tue Jun 16 04:56:28 2020        (r11946)
@@ -23,7 +23,7 @@
 endif
 
 ifeq ($(REV), sysv)
-  BASEDIR         ?= ~/cross2-lfs-book
+  BASEDIR         ?= ~/lfs-book
   PDF_OUTPUT      ?= LFS-BOOK.pdf
   NOCHUNKS_OUTPUT ?= LFS-BOOK.html
   DUMPDIR         ?= ~/cross-lfs-commands

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- branches/cross2/chapter01/changelog.xml     Tue Jun 16 03:22:47 2020        
(r11945)
+++ trunk/BOOK/chapter01/changelog.xml  Tue Jun 16 04:56:28 2020        (r11946)
@@ -44,6 +44,19 @@
     -->
 
     <listitem>
+      <para>2020-06-16</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Split Chapter 5 into three separate chapters.
+          Implement a new method of cross-building the LFS tool chain
+          and other tools to simplify the method of isolating the 
+          new system from the original host.  This will be the start of
+          LFS-10.0.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2020-06-03</para>
       <itemizedlist>
         <listitem revision="systemd">

Modified: trunk/BOOK/general.ent
==============================================================================
--- branches/cross2/general.ent Tue Jun 16 03:22:47 2020        (r11945)
+++ trunk/BOOK/general.ent      Tue Jun 16 04:56:28 2020        (r11946)
@@ -1,11 +1,11 @@
-<!ENTITY version         "20200616-cross2">
+<!ENTITY version         "20200616">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc 
releases -->
-<!ENTITY generic-version "cross-chap5"> <!-- Use "development"  or 
"x.y[-pre{x}]" -->
+<!ENTITY generic-version "development"> <!-- Use "development"  or 
"x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20200616-cross2-systemd">
+<!ENTITY versiond        "20200615-systemd">
 <!ENTITY short-versiond  "systemd">
-<!ENTITY generic-versiond "20200616-cross2-systemd"> 
+<!ENTITY generic-versiond "20200615-systemd"> 
 
 <!ENTITY releasedate     "June 16th, 2020">
 
-- 
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