Changeset 35a5259 for chapter06


Ignore:
Timestamp:
05/25/2016 11:16:12 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 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/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
cbd8bf0f
Parents:
188e34c
Message:

Optimize building merged books

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11076 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    r188e34c r35a5259  
    6868  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
    6969
     70  <!-- systemd only -->
     71  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
     72
    7073  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intltool.xml"/>
    7174  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gperf.xml"/>
    72 
    73 
    7475  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/>
    7576  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/>
     
    8384  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/>
    8485  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/>
     86
     87  <!-- systemd only -->
     88  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>
     89
     90  <!-- sysv only -->
    8591  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysklogd.xml"/>
     92  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysvinit.xml"/>
    8693
    87   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysvinit.xml"/>
    8894  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/>
    8995  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/>
     96 
     97  <!-- sysv only -->
     98  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eudev.xml"/>
    9099
    91 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd.xml"/>
    92   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/>-->
    93  
    94   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eudev.xml"/>
    95100  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>
    96101  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-db.xml"/>
  • chapter06/dbus.xml

    r188e34c r35a5259  
    66]>
    77
    8 <sect1 id="ch-system-dbus" role="wrap">
     8<sect1 id="ch-system-dbus" role="wrap" revision="systemd">
    99  <?dbhtml filename="dbus.html"?>
    1010
  • chapter06/eudev.xml

    r188e34c r35a5259  
    66]>
    77
    8 <sect1 id="ch-system-eudev" role="wrap">
     8<sect1 id="ch-system-eudev" role="wrap" revision="sysv">
    99  <?dbhtml filename="eudev.html"?>
    1010
     
    153153      <?dbfo list-presentation="list"?>
    154154      <?dbhtml list-presentation="table"?>
    155       <varlistentry id="udevadm">
     155      <varlistentry id="udevadm" revision="sysv">
    156156        <term><command>udevadm</command></term>
    157157        <listitem>
  • chapter06/sysklogd.xml

    r188e34c r35a5259  
    66]>
    77
    8 <sect1 id="ch-system-sysklogd" role="wrap">
     8<sect1 id="ch-system-sysklogd" role="wrap" revision="sysv">
    99  <?dbhtml filename="sysklogd.html"?>
    1010
  • chapter06/systemd.xml

    r188e34c r35a5259  
    66]>
    77
    8 <sect1 id="ch-system-systemd" role="wrap">
     8<sect1 id="ch-system-systemd" role="wrap" revision="systemd">
    99  <?dbhtml filename="systemd.html"?>
    1010
  • chapter06/sysvinit.xml

    r188e34c r35a5259  
    66]>
    77
    8 <sect1 id="ch-system-sysvinit" role="wrap">
     8<sect1 id="ch-system-sysvinit" role="wrap" revision="sysv">
    99  <?dbhtml filename="sysvinit.html"?>
    1010
Note: See TracChangeset for help on using the changeset viewer.