Author: bdubbs
Date: Sun Jun 7 13:16:00 2020
New Revision: 11897
Log:
Initial commit of alternative cross LFS
Added:
branches/cross2/
- copied from r11896, branches/cross-chap5/
branches/cross2/chapter06/chapter06.xml
- copied, changed from r11896,
branches/cross-chap5/chapter05/chapter05.xml
branches/cross2/chapter07/chapter07.xml
- copied, changed from r11896,
branches/cross-chap5/chapter05/chapter05.xml
branches/cross2/chapter08/chapter08.xml
- copied, changed from r11896,
branches/cross-chap5/chapter06/chapter06.xml
branches/cross2/chapter09/chapter09.xml
- copied, changed from r11896,
branches/cross-chap5/chapter07/chapter07.xml
branches/cross2/chapter10/
- copied from r11896, branches/cross-chap5/chapter08/
branches/cross2/chapter10/chapter10.xml
- copied, changed from r11896,
branches/cross-chap5/chapter08/chapter08.xml
branches/cross2/chapter11/
- copied from r11896, branches/cross-chap5/chapter09/
branches/cross2/chapter11/chapter11.xml
- copied, changed from r11896,
branches/cross-chap5/chapter09/chapter09.xml
Replaced:
branches/cross2/chapter06/
- copied from r11896, branches/cross-chap5/chapter05/
branches/cross2/chapter07/
- copied from r11896, branches/cross-chap5/chapter05/
branches/cross2/chapter08/
- copied from r11896, branches/cross-chap5/chapter06/
branches/cross2/chapter09/
- copied from r11896, branches/cross-chap5/chapter07/
Deleted:
branches/cross2/chapter06/chapter05.xml
branches/cross2/chapter07/chapter05.xml
branches/cross2/chapter08/chapter06.xml
branches/cross2/chapter09/chapter07.xml
branches/cross2/chapter10/chapter08.xml
branches/cross2/chapter11/chapter09.xml
Modified:
branches/cross2/Makefile
branches/cross2/chapter05/binutils-pass1.xml
branches/cross2/chapter05/chapter05.xml
branches/cross2/chapter05/gcc-pass1.xml
branches/cross2/chapter05/glibc.xml
branches/cross2/chapter06/bash.xml
branches/cross2/chapter06/binutils-pass2.xml
branches/cross2/chapter06/bison.xml
branches/cross2/chapter06/coreutils.xml
branches/cross2/chapter06/diffutils.xml
branches/cross2/chapter06/file.xml
branches/cross2/chapter06/findutils.xml
branches/cross2/chapter06/gawk.xml
branches/cross2/chapter06/gcc-pass2.xml
branches/cross2/chapter06/gettext.xml
branches/cross2/chapter06/grep.xml
branches/cross2/chapter06/gzip.xml
branches/cross2/chapter06/m4.xml
branches/cross2/chapter06/make.xml
branches/cross2/chapter06/ncurses.xml
branches/cross2/chapter06/patch.xml
branches/cross2/chapter06/python.xml
branches/cross2/chapter06/sed.xml
branches/cross2/chapter06/tar.xml
branches/cross2/chapter06/texinfo.xml
branches/cross2/chapter06/xz.xml
branches/cross2/chapter07/perl.xml
branches/cross2/general.ent
branches/cross2/index.xml
Modified: branches/cross2/Makefile
==============================================================================
--- branches/cross-chap5/Makefile Wed Jun 3 23:51:00 2020 (r11896)
+++ branches/cross2/Makefile Sun Jun 7 13:16:00 2020 (r11897)
@@ -23,10 +23,10 @@
endif
ifeq ($(REV), sysv)
- BASEDIR ?= ~/lfs-book
+ BASEDIR ?= ~/cross2-lfs-book
PDF_OUTPUT ?= LFS-BOOK.pdf
NOCHUNKS_OUTPUT ?= LFS-BOOK.html
- DUMPDIR ?= ~/lfs-commands
+ DUMPDIR ?= ~/cross-lfs-commands
else
BASEDIR ?= ~/lfs-systemd
PDF_OUTPUT ?= LFS-SYSD-BOOK.pdf
Modified: branches/cross2/chapter05/binutils-pass1.xml
==============================================================================
--- branches/cross-chap5/chapter05/binutils-pass1.xml Wed Jun 3 23:51:00
2020 (r11896)
+++ branches/cross2/chapter05/binutils-pass1.xml Sun Jun 7 13:16:00
2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/binutils.xml"
+ href="../chapter08/binutils.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter05/chapter05.xml
==============================================================================
--- branches/cross-chap5/chapter05/chapter05.xml Wed Jun 3 23:51:00
2020 (r11896)
+++ branches/cross2/chapter05/chapter05.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -5,11 +5,11 @@
%general-entities;
]>
-<chapter id="chapter-temporary-tools" xreflabel="Chapter 5">
+<chapter id="chapter-cross-tools" xreflabel="Chapter 5">
<?dbhtml dir="chapter05"?>
<?dbhtml filename="chapter05.html"?>
- <title>Constructing a Temporary System</title>
+ <title>Cross Compiling a Toolchain</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="introduction.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="toolchaintechnotes.xml"/>
@@ -19,39 +19,5 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="linux-headers.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libstdc++.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="binutils-pass2.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-pass2.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="changingowner.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kernfs.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chroot.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="creatingdirs.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="createfiles.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="libstdc++-pass2.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="flex.xml"/>-->
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="util-linux.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
</chapter>
Modified: branches/cross2/chapter05/gcc-pass1.xml
==============================================================================
--- branches/cross-chap5/chapter05/gcc-pass1.xml Wed Jun 3 23:51:00
2020 (r11896)
+++ branches/cross2/chapter05/gcc-pass1.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/gcc.xml"
+ href="../chapter08/gcc.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter05/glibc.xml
==============================================================================
--- branches/cross-chap5/chapter05/glibc.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter05/glibc.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/glibc.xml"
+ href="../chapter08/glibc.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/bash.xml
==============================================================================
--- branches/cross-chap5/chapter05/bash.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/bash.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/bash.xml"
+ href="../chapter08/bash.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/binutils-pass2.xml
==============================================================================
--- branches/cross-chap5/chapter05/binutils-pass2.xml Wed Jun 3 23:51:00
2020 (r11896)
+++ branches/cross2/chapter06/binutils-pass2.xml Sun Jun 7 13:16:00
2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/binutils.xml"
+ href="../chapter08/binutils.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/bison.xml
==============================================================================
--- branches/cross-chap5/chapter05/bison.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/bison.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/bison.xml"
+ href="../chapter08/bison.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Copied and modified: branches/cross2/chapter06/chapter06.xml (from r11896,
branches/cross-chap5/chapter05/chapter05.xml)
==============================================================================
--- branches/cross-chap5/chapter05/chapter05.xml Wed Jun 3 23:51:00
2020 (r11896, copy source)
+++ branches/cross2/chapter06/chapter06.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -5,20 +5,12 @@
%general-entities;
]>
-<chapter id="chapter-temporary-tools" xreflabel="Chapter 5">
- <?dbhtml dir="chapter05"?>
- <?dbhtml filename="chapter05.html"?>
+<chapter id="chapter-temporary-tools" xreflabel="Chapter 6">
+ <?dbhtml dir="chapter06"?>
+ <?dbhtml filename="chapter06.html"?>
- <title>Constructing a Temporary System</title>
+ <title>Cross Compiling Temporary Tools</title>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="introduction.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="toolchaintechnotes.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="generalinstructions.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="binutils-pass1.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-pass1.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="linux-headers.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibc.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libstdc++.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>
@@ -38,20 +30,5 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-pass2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="changingowner.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kernfs.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chroot.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="creatingdirs.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="createfiles.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="libstdc++-pass2.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="flex.xml"/>-->
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="util-linux.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
</chapter>
Modified: branches/cross2/chapter06/coreutils.xml
==============================================================================
--- branches/cross-chap5/chapter05/coreutils.xml Wed Jun 3 23:51:00
2020 (r11896)
+++ branches/cross2/chapter06/coreutils.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/coreutils.xml"
+ href="../chapter08/coreutils.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/diffutils.xml
==============================================================================
--- branches/cross-chap5/chapter05/diffutils.xml Wed Jun 3 23:51:00
2020 (r11896)
+++ branches/cross2/chapter06/diffutils.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/diffutils.xml"
+ href="../chapter08/diffutils.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/file.xml
==============================================================================
--- branches/cross-chap5/chapter05/file.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/file.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/file.xml"
+ href="../chapter08/file.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/findutils.xml
==============================================================================
--- branches/cross-chap5/chapter05/findutils.xml Wed Jun 3 23:51:00
2020 (r11896)
+++ branches/cross2/chapter06/findutils.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/findutils.xml"
+ href="../chapter08/findutils.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/gawk.xml
==============================================================================
--- branches/cross-chap5/chapter05/gawk.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/gawk.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/gawk.xml"
+ href="../chapter08/gawk.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/gcc-pass2.xml
==============================================================================
--- branches/cross-chap5/chapter05/gcc-pass2.xml Wed Jun 3 23:51:00
2020 (r11896)
+++ branches/cross2/chapter06/gcc-pass2.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/gcc.xml"
+ href="../chapter08/gcc.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/gettext.xml
==============================================================================
--- branches/cross-chap5/chapter05/gettext.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/gettext.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/gettext.xml"
+ href="../chapter08/gettext.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/grep.xml
==============================================================================
--- branches/cross-chap5/chapter05/grep.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/grep.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/grep.xml"
+ href="../chapter08/grep.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/gzip.xml
==============================================================================
--- branches/cross-chap5/chapter05/gzip.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/gzip.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/gzip.xml"
+ href="../chapter08/gzip.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/m4.xml
==============================================================================
--- branches/cross-chap5/chapter05/m4.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/m4.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/m4.xml"
+ href="../chapter08/m4.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/make.xml
==============================================================================
--- branches/cross-chap5/chapter05/make.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/make.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -24,7 +24,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/make.xml"
+ href="../chapter08/make.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/ncurses.xml
==============================================================================
--- branches/cross-chap5/chapter05/ncurses.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/ncurses.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/ncurses.xml"
+ href="../chapter08/ncurses.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/patch.xml
==============================================================================
--- branches/cross-chap5/chapter05/patch.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/patch.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/patch.xml"
+ href="../chapter08/patch.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/python.xml
==============================================================================
--- branches/cross-chap5/chapter05/python.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/python.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/python.xml"
+ href="../chapter08/python.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/sed.xml
==============================================================================
--- branches/cross-chap5/chapter05/sed.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/sed.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/sed.xml"
+ href="../chapter08/sed.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/tar.xml
==============================================================================
--- branches/cross-chap5/chapter05/tar.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/tar.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/tar.xml"
+ href="../chapter08/tar.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/texinfo.xml
==============================================================================
--- branches/cross-chap5/chapter05/texinfo.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/texinfo.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/texinfo.xml"
+ href="../chapter08/texinfo.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Modified: branches/cross2/chapter06/xz.xml
==============================================================================
--- branches/cross-chap5/chapter05/xz.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter06/xz.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/xz.xml"
+ href="../chapter08/xz.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Copied and modified: branches/cross2/chapter07/chapter07.xml (from r11896,
branches/cross-chap5/chapter05/chapter05.xml)
==============================================================================
--- branches/cross-chap5/chapter05/chapter05.xml Wed Jun 3 23:51:00
2020 (r11896, copy source)
+++ branches/cross2/chapter07/chapter07.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -5,46 +5,18 @@
%general-entities;
]>
-<chapter id="chapter-temporary-tools" xreflabel="Chapter 5">
- <?dbhtml dir="chapter05"?>
- <?dbhtml filename="chapter05.html"?>
+<chapter id="chapter-chroot-temporary-tools" xreflabel="Chapter 7">
+ <?dbhtml dir="chapter07"?>
+ <?dbhtml filename="chapter07.html"?>
- <title>Constructing a Temporary System</title>
+ <title>Entering Chroot and Building Additional Tools</title>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="introduction.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="toolchaintechnotes.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="generalinstructions.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="binutils-pass1.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-pass1.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="linux-headers.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibc.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libstdc++.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="binutils-pass2.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-pass2.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="changingowner.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kernfs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chroot.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="creatingdirs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="createfiles.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="libstdc++-pass2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="flex.xml"/>-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/>
Modified: branches/cross2/chapter07/perl.xml
==============================================================================
--- branches/cross-chap5/chapter05/perl.xml Wed Jun 3 23:51:00 2020
(r11896)
+++ branches/cross2/chapter07/perl.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -25,7 +25,7 @@
<title/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../chapter06/perl.xml"
+ href="../chapter08/perl.xml"
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
<segmentedlist>
Copied and modified: branches/cross2/chapter08/chapter08.xml (from r11896,
branches/cross-chap5/chapter06/chapter06.xml)
==============================================================================
--- branches/cross-chap5/chapter06/chapter06.xml Wed Jun 3 23:51:00
2020 (r11896, copy source)
+++ branches/cross2/chapter08/chapter08.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -5,17 +5,15 @@
%general-entities;
]>
-<chapter id="chapter-building-system" xreflabel="Chapter 6">
- <?dbhtml dir="chapter06"?>
- <?dbhtml filename="chapter06.html"?>
+<chapter id="chapter-building-system" xreflabel="Chapter 8">
+ <?dbhtml dir="chapter08"?>
+ <?dbhtml filename="chapter08.html"?>
<title>Installing Basic System Software</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="introduction.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgmgt.xml"/>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="linux-headers.xml"/>-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-pages.xml"/>
-<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="adjusting.xml"/>-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zlib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/>
Copied and modified: branches/cross2/chapter09/chapter09.xml (from r11896,
branches/cross-chap5/chapter07/chapter07.xml)
==============================================================================
--- branches/cross-chap5/chapter07/chapter07.xml Wed Jun 3 23:51:00
2020 (r11896, copy source)
+++ branches/cross2/chapter09/chapter09.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -5,9 +5,9 @@
%general-entities;
]>
-<chapter id="chapter-config" xreflabel="Chapter 7">
- <?dbhtml dir="chapter07"?>
- <?dbhtml filename="chapter07.html"?>
+<chapter id="chapter-config" xreflabel="Chapter 9">
+ <?dbhtml dir="chapter09"?>
+ <?dbhtml filename="chapter09.html"?>
<title>System Configuration</title>
Copied and modified: branches/cross2/chapter10/chapter10.xml (from r11896,
branches/cross-chap5/chapter08/chapter08.xml)
==============================================================================
--- branches/cross-chap5/chapter08/chapter08.xml Wed Jun 3 23:51:00
2020 (r11896, copy source)
+++ branches/cross2/chapter10/chapter10.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -5,9 +5,9 @@
%general-entities;
]>
-<chapter id="chapter-bootable" xreflabel="Chapter 8">
- <?dbhtml dir="chapter08"?>
- <?dbhtml filename="chapter08.html"?>
+<chapter id="chapter-bootable" xreflabel="Chapter 10">
+ <?dbhtml dir="chapter10"?>
+ <?dbhtml filename="chapter10.html"?>
<title>Making the LFS System Bootable</title>
Copied and modified: branches/cross2/chapter11/chapter11.xml (from r11896,
branches/cross-chap5/chapter09/chapter09.xml)
==============================================================================
--- branches/cross-chap5/chapter09/chapter09.xml Wed Jun 3 23:51:00
2020 (r11896, copy source)
+++ branches/cross2/chapter11/chapter11.xml Sun Jun 7 13:16:00 2020
(r11897)
@@ -5,9 +5,9 @@
%general-entities;
]>
-<chapter id="chapter-finalizing" xreflabel="Chapter 9">
- <?dbhtml dir="chapter09"?>
- <?dbhtml filename="chapter09.html"?>
+<chapter id="chapter-finalizing" xreflabel="Chapter 11">
+ <?dbhtml dir="chapter11"?>
+ <?dbhtml filename="chapter11.html"?>
<title>The End</title>
Modified: branches/cross2/general.ent
==============================================================================
--- branches/cross-chap5/general.ent Wed Jun 3 23:51:00 2020 (r11896)
+++ branches/cross2/general.ent Sun Jun 7 13:16:00 2020 (r11897)
@@ -1,13 +1,13 @@
-<!ENTITY version "20200603-cross-chap5">
+<!ENTITY version "20200603-cross2">
<!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 versiond "20200603-cross-cp5-systemd">
+<!ENTITY versiond "20200606-cross2-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "June 3rd, 2020">
+<!ENTITY releasedate "June 6th, 2020">
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not
– -->
Modified: branches/cross2/index.xml
==============================================================================
--- branches/cross-chap5/index.xml Wed Jun 3 23:51:00 2020 (r11896)
+++ branches/cross2/index.xml Sun Jun 7 13:16:00 2020 (r11897)
@@ -23,19 +23,26 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter02/chapter02.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter03/chapter03.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter04/chapter04.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter05/chapter05.xml"/>
</part>
<part id="part3">
-<title>Building the LFS System</title>
+<title>Building the LFS Cross Toolchain and Temporary Tools</title>
<?dbhtml filename="part3.html"?>
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter05/chapter05.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter06/chapter06.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter07/chapter07.xml"/>
+</part>
+
+<part id="part4">
+<title>Building the LFS System</title>
+<?dbhtml filename="part4.html"?>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter08/chapter08.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter09/chapter09.xml"/>
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter10/chapter10.xml"/>
+<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter11/chapter11.xml"/>
</part>
-<part id="part4">
+<part id="part5">
<title>Appendices</title>
<?dbhtml filename="part4.html"?>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="appendices/acronymlist.xml"/>
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page