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?
Try Adding the quotes around Makefile* like the book says. As an
alternative, try
sudo find doc -name Makefile\* -exec rm {} \;
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page