diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-05-31 04:10:51 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-05-31 04:10:51 +0000 |
commit | 5a430f193701c31f708dee38d05e63aee954cb14 (patch) | |
tree | 8323feb860ff2292f567bc4409fadaa73ba7cb20 | |
parent | 338c63fb69af72ca10964051da35539ff2ea8882 (diff) |
remove symlink to libfl.so, to satisify flex removal from chap5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/createfiles.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 53c80e0a2..10a906a65 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -43,7 +43,6 @@ ln -sv /tools/bin/{env,install,perl,printf} /usr/bin ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib ln -sv /tools/lib/libstdc++.{a,so{,.6}} /usr/lib -ln -sv /tools/lib/libfl.so* /usr/lib ln -sv bash /bin/sh @@ -177,16 +176,6 @@ ln -sv /usr/lib/locale/locale-archive /tools/lib/locale</userinput></screen> <varlistentry> <term> - <parameter><filename>/usr/lib/libfl.so*</filename></parameter> - </term> - <listitem> - <para>This link allows binutils to find the flex library, and to - build enhanced versions of ar and ranlib.</para> - </listitem> - </varlistentry> - - <varlistentry> - <term> <parameter> <filename>/usr/lib/lib{blkid,fdisk,mount,uuid}.so*</filename>, <filename>/usr/include/{blkid,libfdisk,libmount,uuid}</filename>, |