From: Michael Ellerman <mpe@ellerman.id.au>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Paul Mackerras <paulus@samba.org>,
David Laight <David.Laight@ACULAB.COM>,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCHv3] powerpc: convert relocs_check to a shell script using grep
Date: Wed, 18 Mar 2015 16:19:40 +1100 (AEDT) [thread overview]
Message-ID: <20150318051940.238AC14011D@ozlabs.org> (raw)
In-Reply-To: <20150315220847.1ecfe174@canb.auug.org.au>
On Sun, 2015-15-03 at 11:08:47 UTC, Stephen Rothwell wrote:
> This runs a bit faster and removes another use of perl from
> the kernel build.
It tells me:
$ make ARCH=powerpc CROSS_COMPILE= -s ppc64_defconfig
#
# configuration written to .config
#
$ make ARCH=powerpc CROSS_COMPILE= -s -j240
...
arch/powerpc/relocs_check.sh: objdump (objdump) is not executable
make: *** [relocs_check] Error 1
I suspect because:
+if [ ! -x "$objdump" ]; then
Doesn't search the PATH.
cheers
next prev parent reply other threads:[~2015-03-18 5:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-15 11:08 [PATCHv3] powerpc: convert relocs_check to a shell script using grep Stephen Rothwell
2015-03-15 23:01 ` Tony Breeds
2015-03-18 5:19 ` Michael Ellerman [this message]
2015-03-18 5:39 ` Stephen Rothwell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150318051940.238AC14011D@ozlabs.org \
--to=mpe@ellerman.id.au \
--cc=David.Laight@ACULAB.COM \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=paulus@samba.org \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).