From: Fernando Luis Vazquez Cao <fernando_b1@lab.ntt.co.jp>
To: Michal Marek <mmarek@suse.cz>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scripts/mod: add device table offsets file to list of files to clean
Date: Tue, 19 Mar 2013 16:00:23 +0900 [thread overview]
Message-ID: <51480D07.5060505@lab.ntt.co.jp> (raw)
In-Reply-To: <1362391043.6156.2.camel@nexus.lab.ntt.co.jp>
Hi Michal,
On 2013/03/04 18:57, Fernando Luis Vázquez Cao wrote:
> From: Fernando Luis Vázquez Cao <fernando@oss.ntt.co.jp>
>
> This file is generated so it does not get cleaned automagically. In other words
> we need to added to the clean-files list.
>
> Signed-off-by: Fernando Luis Vázquez Cao <fernando@oss.ntt.co.jp>
> ---
>
> diff -urNp linux-3.9-rc1-orig/scripts/mod/Makefile linux-3.9-rc1/scripts/mod/Makefile
> --- linux-3.9-rc1-orig/scripts/mod/Makefile 2013-03-04 16:09:29.297904000 +0900
> +++ linux-3.9-rc1/scripts/mod/Makefile 2013-03-04 18:06:16.359389000 +0900
> @@ -49,3 +49,5 @@ $(obj)/elfconfig.h: $(obj)/empty.o $(obj
> $(call if_changed,elfconfig)
>
> targets += elfconfig.h
> +
> +clean-files := $(devicetable-offsets-file)
Do you see any problem with this patch?
Thanks,
Fernando
next prev parent reply other threads:[~2013-03-19 7:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-04 9:57 Fernando Luis Vázquez Cao
2013-03-19 7:00 ` Fernando Luis Vazquez Cao [this message]
2013-04-08 14:34 ` Michal Marek
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=51480D07.5060505@lab.ntt.co.jp \
--to=fernando_b1@lab.ntt.co.jp \
--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
Powered by JetHome