On 08/10/2013 11:16 PM, Dave Wagler wrote:
> This is the command and error message:
> 
>     $ sudo find doc -name Makefile* -exec rm {} \;
>     find: paths must precede expression: Makefile.am
>     Usage: find [-H] [-L] [-P] [-Olevel] [-D
>     help|tree|search|stat|rates|opt|exec] [path...] [expression]
> 
> 
> This is the first command required after the _make install_. I saw no
> errors prior to this.
> 
> Can you fix it?
> 
> Thanks,
> Dave
> 
> 

find doc -name "Makefile*" -exec rm {} \;

It should be like this
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to