From: Sam Ravnborg <sam@ravnborg.org>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: linux-kbuild@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
zippel@linux-m68k.org, Ingo Molnar <mingo@elte.hu>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: Better way to force a rebuild
Date: Sun, 14 Dec 2008 00:16:54 +0100 [thread overview]
Message-ID: <20081213231654.GA32446@uranus.ravnborg.org> (raw)
In-Reply-To: <20081210212821.GA18348@uranus.ravnborg.org>
On Wed, Dec 10, 2008 at 10:28:21PM +0100, Sam Ravnborg wrote:
>
> I made the following quick hack.
> I think it should do the trick.
>
> Sam
>
> diff --git a/scripts/Makefile.build b/scripts/Makefile.build
> index 468fbc9..8b5bf43 100644
> --- a/scripts/Makefile.build
> +++ b/scripts/Makefile.build
> @@ -215,7 +215,8 @@ define rule_cc_o_c
> $(call echo-cmd,cc_o_c) $(cmd_cc_o_c); \
> $(cmd_modversions) \
> $(cmd_record_mcount) \
> - scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \
> + scripts/basic/fixdep $(depfile) $@ \
> + '$(call make-cmd,cc_o_c) $(call make-cmd,record_mcount)' > \
> $(dot-target).tmp; \
> rm -f $(depfile); \
> mv -f $(dot-target).tmp $(dot-target).cmd
Hi Steven.
Did you try the above?
If it works I will add it to kbuild-next.git
Sam
next prev parent reply other threads:[~2008-12-13 23:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-10 19:48 Better way to force a rebuild Steven Rostedt
2008-12-10 20:02 ` Sam Ravnborg
2008-12-10 20:10 ` Andrew Morton
2008-12-10 20:37 ` Sam Ravnborg
2008-12-10 20:44 ` Steven Rostedt
2008-12-10 20:19 ` Steven Rostedt
2008-12-10 20:26 ` Steven Rostedt
2008-12-10 20:27 ` Steven Rostedt
2008-12-10 20:39 ` Sam Ravnborg
2008-12-10 21:28 ` Sam Ravnborg
2008-12-13 23:16 ` Sam Ravnborg [this message]
2008-12-14 17:05 ` Steven Rostedt
2008-12-16 20:06 ` Steven Rostedt
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=20081213231654.GA32446@uranus.ravnborg.org \
--to=sam@ravnborg.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rostedt@goodmis.org \
--cc=zippel@linux-m68k.org \
/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