hello I got problem on Chapter 6.10. Adjusting the Toolchain - LFS 7.3

according to the LFS 7.3 book, the result of this command
----------------------------
grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'
---------------------------
should be
---------------------
SEARCH_DIR("/tools/i686-pc-linux-gnu/lib")
SEARCH_DIR("/usr/lib")
SEARCH_DIR("/lib");
---------------------

but my result only 2 lines
----------
root:/# grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'
SEARCH_DIR("/usr/lib")
SEARCH_DIR("/lib");
-----------
it is okay, or how to fix it?

Thank you for your attention and help!


                                          
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to