diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-07-04 21:14:57 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-07-04 21:14:57 +0000 |
commit | 25771c306328211c2925f6924d849b7346f28cd0 (patch) | |
tree | 2d4557869b0e8335b80728c11b16ec5dd10bedd8 /general.ent | |
parent | 5a986cbf759fcd9377e067f150241ef7f2b7e453 (diff) |
Various clean up:
- prevent static python libraries to be installed in chapter 7 since it
is not overwrittent in chapter 8
- have libstdc++-pass2 install its host specific headers into a host
specific directory
- clean the temporary compiler and the cros compiler at the end of chapter 8
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11992 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 3ea3b7945..f119819fa 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20200701"> +<!ENTITY version "SVN-20200704"> <!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 "20200701-systemd"> +<!ENTITY versiond "20200704-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "July 1st, 2020"> +<!ENTITY releasedate "July 4th, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> |