Richard Melville wrote:
> Some help with this would be great -- I just can't understand it.
>
> I ran the tests as root which ran OK.  I've added the temporary group and
> changed permissions but when I run:-
>
> su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes -k check || true"
>
> It returns:-
>
> bash: make: command not found.

That's due to an issue associated with changes I made about 12 hours 
ago.  Try:

su nobody -s /bin/bash -c "TZ=UCT0 /tools/bin/make 
RUN_EXPENSIVE_TESTS=yes -k check || true"

   -- Bruce
-- 
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