Changeset 61cd9b2


Ignore:
Timestamp:
12/09/2017 10:33:30 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4fa85cb8
Parents:
062205f7
Message:

Add a page that discusses libtool archive (.la) files.
Includes a script to remove unneeded (most) .la files.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19588 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r062205f7 r61cd9b2  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 8th, &year;">
     9<!ENTITY releasedate  "December 9th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/important/important.xml

    r062205f7 r61cd9b2  
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd-units.xml"/>
    3434
     35  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="la-files.xml"/>
    3536  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libraries.xml"/>
    3637  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="locale-issues.xml"/>
  • introduction/welcome/changelog.xml

    r062205f7 r61cd9b2  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>December 8th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Add a page that discusses libtool
     49          archive (.la) files.  Includes a script to remove
     50          unneeded (most) .la files.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
    4455    <listitem>
    4556      <para>December 8th, 2017</para>
Note: See TracChangeset for help on using the changeset viewer.