Changeset cc09c07
- Timestamp:
- 09/30/2018 01:14:36 AM (5 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- a9a92e4
- Parents:
- 6c67242
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r6c67242 rcc09c07 43 43 appropriate for the entry or if needed the entire day's listitem. 44 44 --> 45 46 <listitem> 47 <para>2018-09-30</para> 48 <itemizedlist> 49 <listitem revision="systemd"> 50 <para>[dj] - Restore build of Util-Linux in chapter5 to avoid 51 reciprocal dependency for Systemd.</para> 52 </listitem> 53 <listitem> 54 <para>[dj] - Moved installation of Util-Linux and E2fsprogs after 55 Procps to satisfy build order in the Systemd book. This has no effect 56 on the SysV book.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 45 60 46 61 <listitem> -
chapter05/chapter05.xml
r6c67242 rcc09c07 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/> 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/> 46 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>-->46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/> 47 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/> 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/> -
chapter05/util-linux.xml
r6c67242 rcc09c07 6 6 ]> 7 7 8 <sect1 id="ch-tools-util-linux" role="wrap" >8 <sect1 id="ch-tools-util-linux" role="wrap" revision="systemd"> 9 9 <?dbhtml filename="util-linux.html"?> 10 10 -
chapter06/chapter06.xml
r6c67242 rcc09c07 79 79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/> 80 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/> 81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/>83 81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/> 84 82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/> … … 89 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/> 90 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/> 91 <!-- props needs libsystemd --> 89 90 <!-- these packages libsystemd on systemd builds --> 92 91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/> 92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/> 93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/> 93 94 94 95 <!-- sysv only --> -
chapter06/systemd.xml
r6c67242 rcc09c07 45 45 <screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen> 46 46 47 <para>Because we have not yet installed the final version of Util-Linux, 48 create links to the libraries in the approprite location:</para> 49 50 <screen><userinput remap="pre">for file in /tools/lib64/lib{blkid,mount,uuid}*; do 51 ln -sf $file /usr/lib/ 52 done</userinput></screen> 53 47 54 <para>Set up the man pages:</para> 48 55 … … 68 75 cd build 69 76 77 PKG_CONFIG_PATH="/usr/lib/pkgconfig:/tools/lib64/pkgconfig" \ 70 78 LANG=en_US.UTF-8 \ 71 79 meson --prefix=/usr \ -
general.ent
r6c67242 rcc09c07 1 <!ENTITY version "SVN-201809 20">1 <!ENTITY version "SVN-20180930"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "201809 20-systemd">6 <!ENTITY versiond "20180930-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "September 20, 2018">10 <!ENTITY releasedate "September 30, 2018"> 11 11 12 12 <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – -->
Note:
See TracChangeset
for help on using the changeset viewer.