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

--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to