linux fan wrote:

> One solution that worked is to NOT build in a separate build directory.
> 
> E.g., instead of:
> mkdir build
> cd build
> ../configure --bla-bla-bla
> make
> 
> Do:
> ./configure --bla-bla-bla
> make

Try to do a simple ls in the grub top level directory after a build if 
you don't use a separate build directory.  There are 2400 files, many of 
which have fairly long filenames.  You basically lose the ability to 
navigate because there are so many files.

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

Reply via email to