Here's an interesting error. Happens in Chapter 5 Bash, when running
'make install', using lfslivecd-x86-6.2-3 as the host:
( cd ./po/ ; make DESTDIR= install )
make[1]: Entering directory `/mnt/leafos/sources/bash-3.2/po'
test -z "[EMAIL PROTECTED] [EMAIL PROTECTED] ru.gmo" || make [EMAIL PROT
Jeremy Huntwork wrote:
If you don't like the above approach, then I suggest we put in an explanation as
to why we install to a temporary directory first and add the '-v' flag to the cp
command.
Actually, after looking through the Linux Makefile a bit, I think our
commands for chapter 5 linux-h
Dan Nicholson gmail.com> writes:
> On 9/25/06, Matthew Burgess linuxfromscratch.org> wrote:
> >
> > What about something like:
> >
> > tar -xf linux-2.6.18.x.tar.bz2
> > cd linux-2.6.18.x
> > mkdir /tools/tmp
> > make mrproper
> > make headers_check # For testing
> > make INSTALL_HDR_PATH=/tools/