Changes in / [1cd5961:675606b]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r1cd5961 r675606b  
    2424
    2525ifeq ($(REV), sysv)
    26   BASEDIR         ?= ~/cross2-lfs-book
     26  BASEDIR         ?= ~/lfs-book
    2727  PDF_OUTPUT      ?= LFS-BOOK.pdf
    2828  NOCHUNKS_OUTPUT ?= LFS-BOOK.html
  • chapter01/changelog.xml

    r1cd5961 r675606b  
    4545
    4646    <listitem>
     47      <para>2020-06-16</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Split Chapter 5 into three separate chapters.
     51          Implement a new method of cross-building the LFS tool chain
     52          and other tools to simplify the method of isolating the
     53          new system from the original host.  This will be the start of
     54          LFS-10.0.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem>
    4760      <para>2020-06-03</para>
    4861      <itemizedlist>
  • general.ent

    r1cd5961 r675606b  
    1 <!ENTITY version         "20200616-cross2">
     1<!ENTITY version         "20200616">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    4 <!ENTITY generic-version "cross-chap5"> <!-- Use "development"  or "x.y[-pre{x}]" -->
     4<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200616-cross2-systemd">
     6<!ENTITY versiond        "20200615-systemd">
    77<!ENTITY short-versiond  "systemd">
    8 <!ENTITY generic-versiond "20200616-cross2-systemd">
     8<!ENTITY generic-versiond "20200615-systemd">
    99
    1010<!ENTITY releasedate     "June 16th, 2020">
Note: See TracChangeset for help on using the changeset viewer.