diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-16 10:22:47 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-16 10:22:47 +0000 |
commit | 1cd59612d00603c9ce773ad821a15d20bc4fa0b7 (patch) | |
tree | 73dd8762665d4e31b57ac0425c704ed31d8733d3 /general.ent | |
parent | d394cf7f1972bec13634801c0b92ab523ae916d1 (diff) |
Add a tip for meson and ninja in the SysV book, telling that those packages
are optional for lfs, but required for blfs
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11945 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 d3cfd7eee..547f46e52 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "20200615-cross2"> +<!ENTITY version "20200616-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 "20200615-cross2-systemd"> +<!ENTITY versiond "20200616-cross2-systemd"> <!ENTITY short-versiond "systemd"> -<!ENTITY generic-versiond "20200615-cross2-systemd"> +<!ENTITY generic-versiond "20200616-cross2-systemd"> -<!ENTITY releasedate "June 15th, 2020"> +<!ENTITY releasedate "June 16th, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> |