Re: [PATCH] powerpc: Do not fail build if mkimage is not available
From: Michael Buesch <hidden>
Date: 2007-12-26 15:36:39
From: Michael Buesch <hidden>
Date: 2007-12-26 15:36:39
On Wednesday 26 December 2007 16:33:57 Andreas Schwab wrote:
Michael Buesch [off-list ref] writes:quoted
On Wednesday 26 December 2007 15:47:05 Andreas Schwab wrote:quoted
Michael Buesch [off-list ref] writes:quoted
+ if ! [ -x mkimage ]; thenWhat 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.