Re: [blfs-support] Error in installation instructions for unixDOBC-2.3.1

2013-08-10 Thread Dave Wagler
On Sat, Aug 10, 2013 at 4:26 PM, Armin K.  wrote:

> 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
>
> That did it. Thanks.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] Error in installation instructions for unixDOBC-2.3.1

2013-08-10 Thread Bruce Dubbs
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


Re: [blfs-support] Error in installation instructions for unixDOBC-2.3.1

2013-08-10 Thread Armin K.
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


[blfs-support] Error in installation instructions for unixDOBC-2.3.1

2013-08-10 Thread Dave Wagler
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
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page