Re: [RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-04-10 Thread Michal Marek
On 17.3.2013 23:08, Christopher Li wrote: > On Sun, Mar 17, 2013 at 2:58 PM, Sam Ravnborg wrote: >> >> We got no patch - just some git help stuff. >> Seems you mistyped somthing.. >> > > Oops, sorry about that. I reattach the patch here. Can you send a patch that only fixes scripts/mod? The

Re: [RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-04-10 Thread Michal Marek
On 17.3.2013 23:08, Christopher Li wrote: On Sun, Mar 17, 2013 at 2:58 PM, Sam Ravnborg s...@ravnborg.org wrote: We got no patch - just some git help stuff. Seems you mistyped somthing.. Oops, sorry about that. I reattach the patch here. Can you send a patch that only fixes scripts/mod?

Re: [RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-03-21 Thread Christopher Li
Let me add a signed off in case some one want to apply it. Signed-Off-By: Christopher Li On Wed, Mar 20, 2013 at 1:19 PM, Sam Ravnborg wrote: > I looked at the attached patch: > Acked-by: Sam Ravnborg -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-03-21 Thread Christopher Li
Let me add a signed off in case some one want to apply it. Signed-Off-By: Christopher Li spa...@chrisli.org On Wed, Mar 20, 2013 at 1:19 PM, Sam Ravnborg s...@ravnborg.org wrote: I looked at the attached patch: Acked-by: Sam Ravnborg s...@ravnborg.org -- To unsubscribe from this list: send the

Re: [RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-03-20 Thread Sam Ravnborg
On Sun, Mar 17, 2013 at 03:08:11PM -0700, Christopher Li wrote: > On Sun, Mar 17, 2013 at 2:58 PM, Sam Ravnborg wrote: > > > > We got no patch - just some git help stuff. > > Seems you mistyped somthing.. > > > > Oops, sorry about that. I reattach the patch here. I looked at the attached patch:

Re: [RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-03-20 Thread Sam Ravnborg
On Sun, Mar 17, 2013 at 03:08:11PM -0700, Christopher Li wrote: On Sun, Mar 17, 2013 at 2:58 PM, Sam Ravnborg s...@ravnborg.org wrote: We got no patch - just some git help stuff. Seems you mistyped somthing.. Oops, sorry about that. I reattach the patch here. I looked at the attached

Re: [RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-03-17 Thread Christopher Li
On Sun, Mar 17, 2013 at 2:58 PM, Sam Ravnborg wrote: > > We got no patch - just some git help stuff. > Seems you mistyped somthing.. > Oops, sorry about that. I reattach the patch here. Chris kbuild-avoid-rebuild-some-object.patch Description: Binary data

Re: [RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-03-17 Thread Sam Ravnborg
On Sun, Mar 17, 2013 at 02:50:44PM -0700, Christopher Li wrote: > In the current tip of git tree. If I do a allmodconfig full build, then follow > by a "make" again without changing any code in the tree. > There are some object will always get rebuild. e.g. eboot.o. > I use "make V=2", it shows

[RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-03-17 Thread Christopher Li
In the current tip of git tree. If I do a allmodconfig full build, then follow by a "make" again without changing any code in the tree. There are some object will always get rebuild. e.g. eboot.o. I use "make V=2", it shows that the rebuild is due to some object file not in $(targets). I did not

[RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-03-17 Thread Christopher Li
In the current tip of git tree. If I do a allmodconfig full build, then follow by a make again without changing any code in the tree. There are some object will always get rebuild. e.g. eboot.o. I use make V=2, it shows that the rebuild is due to some object file not in $(targets). I did not

Re: [RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-03-17 Thread Sam Ravnborg
On Sun, Mar 17, 2013 at 02:50:44PM -0700, Christopher Li wrote: In the current tip of git tree. If I do a allmodconfig full build, then follow by a make again without changing any code in the tree. There are some object will always get rebuild. e.g. eboot.o. I use make V=2, it shows that the

Re: [RFC PATCH] kbuild: avoid some unnecessary rebuild

2013-03-17 Thread Christopher Li
On Sun, Mar 17, 2013 at 2:58 PM, Sam Ravnborg s...@ravnborg.org wrote: We got no patch - just some git help stuff. Seems you mistyped somthing.. Oops, sorry about that. I reattach the patch here. Chris kbuild-avoid-rebuild-some-object.patch Description: Binary data