From: Peter Foley <pefoley2@verizon.net>
To: Arnaud Lacombe <lacombar@gmail.com>
Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org,
mmarek@suse.cz, gxt@mprc.pku.edu.cn
Subject: Re: [PATCH] kbuild: mark unicore32 header export as broken
Date: Tue, 26 Apr 2011 16:36:09 -0400 [thread overview]
Message-ID: <4DB72CB9.3050203@verizon.net> (raw)
In-Reply-To: <BANLkTi=K3OEumicFMCT_Dh=xhpzfpa3JBw@mail.gmail.com>
On 4/26/2011 2:48 AM, Arnaud Lacombe wrote:
> Hi,
>
> On Sun, Apr 24, 2011 at 7:15 PM, Peter Foley <pefoley2@verizon.net> wrote:
>> This patch marks userspace header export for unicore32 as broken so that
>> it is skipped when running make headers_install_all.
>>
> Why ?
>
> I would expect you to send this to arch/unicore32 maintainer too, he
> is not in the CC: list.
>
> - Arnaud
>
Sorry, I've CC'd him on this email.
The error I currently get is:
INSTALL include (0 file)
make[3]: *** No rule to make target `/usr/src/git/arch/unicore32/include/asm/auxvec.h', needed by `/root/linux/t/usr/include/asm/.install'. Stop.
make[2]: *** [headers_install] Error 2
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2
Patch below.
This patch marks userspace header export for unicore32 as broken so that
it is skipped when running make headers_install_all.
Signed-off-by: Peter Foley <pefoley2@verizon.net>
---
| 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
--git a/scripts/headers.sh b/scripts/headers.sh
index 978b42b..3ae218e 100755
--- a/scripts/headers.sh
+++ b/scripts/headers.sh
@@ -21,6 +21,8 @@ for arch in ${archs}; do
;;
cris) # headers export are known broken
;;
+ unicore32) # broken
+ ;;
*)
if [ -d ${srctree}/arch/${arch} ]; then
do_command $1 ${arch}
-- 1.7.5.rc1
prev parent reply other threads:[~2011-04-26 20:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-24 23:15 [PATCH] kbuild: mark unicore32 header export as broken Peter Foley
2011-04-26 6:48 ` Arnaud Lacombe
2011-04-26 17:07 ` Américo Wang
2011-04-26 21:04 ` Peter Foley
2011-04-27 2:02 ` Guan Xuetao
2011-04-26 20:36 ` Peter Foley [this message]
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=4DB72CB9.3050203@verizon.net \
--to=pefoley2@verizon.net \
--cc=gxt@mprc.pku.edu.cn \
--cc=lacombar@gmail.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mmarek@suse.cz \
/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