diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-14 20:03:03 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-14 20:03:03 +0000 |
commit | 6e18f2f842f2395e20ae1891e10c28beb47d5aa3 (patch) | |
tree | 817220e87bf0f2e3ab22391896a220cf743b0dce /general.ent | |
parent | 3d92d63bde160bc5ac98f44ec2cc5dd524e06042 (diff) |
Move iana-etc and the creation of a test /etc/hosts earier in the build, so
that 2 more gcc tests pass.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/general.ent b/general.ent index b0cb1e91f..c5845df39 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "20200613-cross2"> +<!ENTITY version "20200614-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 "20200613-cross2-systemd"> +<!ENTITY versiond "20200614-cross2-systemd"> <!ENTITY short-versiond "systemd"> -<!ENTITY generic-versiond "20200613-cross2-systemd"> +<!ENTITY generic-versiond "20200614-cross2-systemd"> -<!ENTITY releasedate "June 13th, 2020"> +<!ENTITY releasedate "June 14th, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> |