From 5a430f193701c31f708dee38d05e63aee954cb14 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 31 May 2020 04:10:51 +0000 Subject: 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 --- chapter06/createfiles.xml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'chapter06') 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 @@ -175,16 +174,6 @@ ln -sv /usr/lib/locale/locale-archive /tools/lib/locale - - - /usr/lib/libfl.so* - - - This link allows binutils to find the flex library, and to - build enhanced versions of ar and ranlib. - - - -- cgit v1.2.3-54-g00ecf