[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-596-gc5460d0

git git at cross-lfs.org
Sun Mar 30 06:13:53 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, systemd has been updated
       via  c5460d027375d2159b1e7434b9d74da5f700abec (commit)
       via  a62153d0896e9aaba178091db86c076c06ca13a3 (commit)
      from  cf756da14e1143c34f9b8066d47f0d4d82caa56a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c5460d027375d2159b1e7434b9d74da5f700abec
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Mar 30 08:13:48 2014 -0500

    Add removal of libl link to libfl for Flex in master changelog.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index f2a7ba6..afdb8e9 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -46,6 +46,9 @@
         <listitem>
           <para>[Chris] - Updated installed program lists for several packages.</para>
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Remove link of libl to libfl during Flex installation.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

commit a62153d0896e9aaba178091db86c076c06ca13a3
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Mar 30 08:13:24 2014 -0500

    Remove libl link to libfl during Flex install. Was started way back in the day of LFS during 2002 and Detex install where libl.a was required. Haven't seen a need for it in a very long time.

diff --git a/BOOK/final-system/common/flex.xml b/BOOK/final-system/common/flex.xml
index da98ec2..4f585bb 100644
--- a/BOOK/final-system/common/flex.xml
+++ b/BOOK/final-system/common/flex.xml
@@ -41,20 +41,13 @@
 
 <screen os="g"><userinput>make install</userinput></screen>
 
-    <para os="h">There are some packages that expect to find the
-    <filename class="libraryfile">lex</filename> library in <filename
-    class="directory">/usr/lib</filename>. Create a symlink to account for
-    this:</para>
-
-<screen os="i"><userinput>ln -sv libfl.a /usr/lib/libl.a</userinput></screen>
-
-    <para os="j">A few programs do not know about <command>flex</command> yet and
+    <para os="h">A few programs do not know about <command>flex</command> yet and
     try to run its predecessor, <command>lex</command>. To support those
     programs, create a wrapper script named <filename>lex</filename> that
     calls <filename>flex</filename> in <command>lex</command> emulation
     mode:</para>
 
-<screen os="k"><userinput>cat > /usr/bin/lex << "EOF"
+<screen os="i"><userinput>cat > /usr/bin/lex << "EOF"
 <literal>#!/bin/sh
 # Begin /usr/bin/lex
 
diff --git a/BOOK/final-system/multilib/flex-64bit.xml b/BOOK/final-system/multilib/flex-64bit.xml
index 5a1c673..e83909a 100644
--- a/BOOK/final-system/multilib/flex-64bit.xml
+++ b/BOOK/final-system/multilib/flex-64bit.xml
@@ -52,20 +52,13 @@
     href="../common/flex.xml"
     xpointer="xpointer(//*[@os='g'])"/>
 
-    <para os="h">There are some packages that expect to find the
-    <filename class="libraryfile">lex</filename> library in <filename
-    class="directory">/usr/lib64</filename>. Create a symlink to account for
-    this:</para>
-
-<screen os="i"><userinput>ln -sv libfl.a /usr/lib64/libl.a</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/flex.xml"
-    xpointer="xpointer(//*[@os='j'])"/>
+    xpointer="xpointer(//*[@os='h'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/flex.xml"
-    xpointer="xpointer(//*[@os='k'])"/>
+    xpointer="xpointer(//*[@os='i'])"/>
 
   </sect2>
 
diff --git a/BOOK/final-system/multilib/flex-n32.xml b/BOOK/final-system/multilib/flex-n32.xml
index 28dd9c0..32a7755 100644
--- a/BOOK/final-system/multilib/flex-n32.xml
+++ b/BOOK/final-system/multilib/flex-n32.xml
@@ -44,13 +44,6 @@
     href="flex.xml"
     xpointer="xpointer(//*[@os='g'])"/>
 
-    <para os="h">There are some packages that expect to find the
-    <filename class="libraryfile">lex</filename> library in <filename
-    class="directory">/usr/lib32</filename>. Create a symlink to account for
-    this:</para>
-
-<screen os="i"><userinput>ln -sv libfl.a /usr/lib32/libl.a</userinput></screen>
-
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/final-system/multilib/flex.xml b/BOOK/final-system/multilib/flex.xml
index fc0ce5c..b09fb4e 100644
--- a/BOOK/final-system/multilib/flex.xml
+++ b/BOOK/final-system/multilib/flex.xml
@@ -40,14 +40,6 @@
 
 <screen os="g"><userinput>make install-libLIBRARIES</userinput></screen>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/flex.xml"
-    xpointer="xpointer(//*[@os='h'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/flex.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
-
   </sect2>
 
   <sect2 role="content">

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/flex.xml         |   11 ++---------
 BOOK/final-system/multilib/flex-64bit.xml |   11 ++---------
 BOOK/final-system/multilib/flex-n32.xml   |    7 -------
 BOOK/final-system/multilib/flex.xml       |    8 --------
 BOOK/introduction/common/changelog.xml    |    3 +++
 5 files changed, 7 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list