On 08/19/2015 06:10 PM, Bruce Dubbs wrote:
ALZ (phyglos.org) wrote:
Hi,
The sed in Ncurses 6.0 at LFS-SVN (5.15. Ncurses-6.0):
sed s/mawk// configure
seems to need a -i to work.
Yes, it does. Thanks.
Shouldn't it be also applied at (6.20. Ncurses-6.0)? My building host is
a BLFS-7.5 and doesn't have mawk installed to check that case.
No, it's not needed there. mawk is not available in chroot and the line
in question is checking for
for f in mawk gawk nawk awk; do
...
It is just looking for the first of those programs.
-- Bruce
Good!
Looks like there's a small typo in SVN (6.20. Ncurses-6.0) in the note
at the bottom of the page:
make sources libs
cp -av lib/lib*.so.5* /usr/lib
Last line now probably needs a 6 instead of a 5.
ALZ.
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page