Nathan Coulson wrote:
> running make again gives me the following
> /bin/sh: -c: line 1: syntax error: unexpected end of file
> then continues on compiling all the files without any visible errors.
>   
Before running make in a clean source directory you need to make the
objdir. eg,

mkdir i686
or
mkdir $(uname -m)
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to