[PATCH] powerpc: Do not fail build if mkimage is not available
Michael Buesch
mb at bu3sch.de
Thu Dec 27 02:35:42 EST 2007
On Wednesday 26 December 2007 16:33:57 Andreas Schwab wrote:
> Michael Buesch <mb at bu3sch.de> writes:
>
> > On Wednesday 26 December 2007 15:47:05 Andreas Schwab wrote:
> >> Michael Buesch <mb at bu3sch.de> writes:
> >>
> >> > + if ! [ -x mkimage ]; then
> >>
> >> What is this supposed to test?
> >
> > from man test:
>
> You didn't answer my question.
I'm not sure how I can make the manual text any clearer
-x FILE
FILE exists and execute (or search) permission is granted
It tests if the program exists and is executable.
Could you please be more specific about what you don't understand?
That would help a lot not wasting my time.
--
Greetings Michael.
More information about the Linuxppc-dev
mailing list