diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-19 06:05:57 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-02-19 06:05:57 +0000 |
commit | e050677ffbe61adb53ec3abd6c80228e0a9cab75 (patch) | |
tree | 9ebdfb9d9cea48f323e8b5fc19403054a0ec3aed /general.ent | |
parent | 1d19f36da9ae9dde0f249fc3851a02e465cb7ec1 (diff) |
Add an optional modification to theh build procedure for ninja to allow use the
the environment variable NINJAJOBS.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11526 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent index 0c609c35f..52144ea8f 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20190214"> +<!ENTITY version "SVN-20190219"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20190214-systemd"> +<!ENTITY versiond "20190219-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "February 14, 2019"> +<!ENTITY releasedate "February 19, 2019"> <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.4"> |