aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--chapter01/changelog.xml13
-rw-r--r--general.ent8
3 files changed, 18 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 74d4a929a..c28733ce3 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ ifneq ($(REV), sysv)
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
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b69298da6..a06250e2a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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">
diff --git a/general.ent b/general.ent
index 547f46e52..952cccf59 100644
--- a/general.ent
+++ b/general.ent
@@ -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">