Changeset 9363102


Ignore:
Timestamp:
12/09/2014 02:01:44 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
0d2e933
Parents:
fcf4c6c
Message:

Merged updates from trunk, fix chapter03/patches.xml.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • appendices/acknowledgments.xml

    rfcf4c6c r9363102  
    9191      <para><ulink url="mailto:johan@linuxfromscratch.org">Johan
    9292      Lenglet</ulink> &lt;johan@linuxfromscratch.org&gt; &ndash; French LFS
    93       translation project</para>
     93      translation project until 2008</para>
     94    </listitem>
     95
     96    <listitem>
     97      <para><ulink url="mailto:jmengual@linuxfromscratch.org">Jean-Philippe
     98      Mengual </ulink> &lt;jmengual@linuxfromscratch.org&gt; &ndash; French LFS
     99      translation project 2008-present</para>
    94100    </listitem>
    95101
  • appendices/dependencies.xml

    rfcf4c6c r9363102  
    14901490
    14911491        <seglistitem>
    1492           <seg>Findutils</seg>
     1492          <seg>Autoconf, Automake, Findutils</seg>
    14931493        </seglistitem>
    14941494      </segmentedlist>
  • chapter01/changelog.xml

    rfcf4c6c r9363102  
    3737-->
    3838    <listitem>
     39      <para>2014-12-03</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Update acknowledgements. Fixes
     43          <ulink url="&lfs-ticket-root;3716">#3716</ulink>.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Update to libtool-2.4.4. Fixes
     47          <ulink url="&lfs-ticket-root;3715">#3715</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    3953      <para>2014-11-28</para>
    4054      <itemizedlist>
  • chapter03/patches.xml

    rfcf4c6c r9363102  
    148148      </listitem>
    149149    </varlistentry>
     150
     151    <varlistentry>
     152      <term>Systemd Upstream Fixes Patch - <token>&systemd-fixes-patch-size;</token>:</term>
     153      <listitem>
     154        <para>Download: <ulink url="&patches-root;&systemd-fixes-patch;"/></para>
     155        <para>MD5 sum: <literal>&systemd-fixes-patch-md5;</literal></para>
     156      </listitem>
     157    </varlistentry>
    150158<!--
    151159    <varlistentry>
  • chapter06/creatingdirs.xml

    rfcf4c6c r9363102  
    1414  standard directory tree by issuing the following commands:</para>
    1515
    16 <screen><userinput>mkdir -pv /{bin,boot,etc/{opt,sysconfig},home,lib,mnt,opt}
     16<screen><userinput>mkdir -pv /{bin,boot,etc/{opt,sysconfig},home,lib/firmware,mnt,opt}
    1717mkdir -pv /{media/{floppy,cdrom},sbin,srv,var}
    1818install -dv -m 0750 /root
  • chapter06/libtool.xml

    rfcf4c6c r9363102  
    5151<screen><userinput remap="make">make</userinput></screen>
    5252
    53     <para>To test the results (about 3.0 SBU), issue:</para>
     53    <para>To test the results (about 11.0 SBU), issue:</para>
    5454
    5555<screen><userinput remap="test">make check</userinput></screen>
    5656
    57     <para>Five tests are known to fail in the LFS build envronment,
    58     but all tests pass if rechecked after Chapter 6 is complete.</para>
     57    <para>Five tests are known to fail in the LFS build envronment due
     58    to a circular dependency, but all tests pass if rechecked after
     59    automake is installed.</para>
    5960
    6061    <para>Install the package:</para>
  • general.ent

    rfcf4c6c r9363102  
    1 <!ENTITY version         "20141128-systemd">
     1<!ENTITY version         "20141209-systemd">
    22<!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "November 28, 2014">
     3<!ENTITY releasedate     "December 9, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.7">
  • packages.ent

    rfcf4c6c r9363102  
    366366<!ENTITY libpipeline-ch6-sbu "0.2 SBU">
    367367
    368 <!ENTITY libtool-version "2.4.3">
    369 <!ENTITY libtool-size "1,696 KB">
    370 <!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.gz">
    371 <!ENTITY libtool-md5 "ec4dabd3bc580dc188197d4d5eb95fe3">
     368<!ENTITY libtool-version "2.4.4">
     369<!ENTITY libtool-size "936 KB">
     370<!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.xz">
     371<!ENTITY libtool-md5 "51bf400de3354687d68dfa2392506b7e">
    372372<!ENTITY libtool-home "&gnu-software;libtool/">
    373373<!ENTITY libtool-ch6-du "37 MB">
    374 <!ENTITY libtool-ch6-sbu "3.0 SBU">
     374<!ENTITY libtool-ch6-sbu "11.2 SBU">
    375375
    376376<!ENTITY linux-major-version "3">
Note: See TracChangeset for help on using the changeset viewer.