The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] x86, relocs: build clean fix
@ 2012-05-21 17:51 Jarkko Sakkinen
  2012-05-21 18:01 ` Sam Ravnborg
  2012-05-21 20:49 ` [tip:x86/urgent] x86, relocs: Build " tip-bot for Jarkko Sakkinen
  0 siblings, 2 replies; 4+ messages in thread
From: Jarkko Sakkinen @ 2012-05-21 17:51 UTC (permalink / raw)
  To: Ingo Molnar, Thomas Gleixner, H. Peter Anvin
  Cc: linux-kernel, Jarkko Sakkinen

relocs was not cleaned up when "make clean" is issued. This
patch fixes the issue.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
---
 arch/x86/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 94e91e4..b1c611e 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -206,6 +206,7 @@ archclean:
 	$(Q)rm -rf $(objtree)/arch/i386
 	$(Q)rm -rf $(objtree)/arch/x86_64
 	$(Q)$(MAKE) $(clean)=$(boot)
+	$(Q)$(MAKE) $(clean)=arch/x86/tools
 
 define archhelp
   echo  '* bzImage      - Compressed kernel image (arch/x86/boot/bzImage)'
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] x86, relocs: build clean fix
  2012-05-21 17:51 [PATCH] x86, relocs: build clean fix Jarkko Sakkinen
@ 2012-05-21 18:01 ` Sam Ravnborg
  2012-05-21 18:05   ` H. Peter Anvin
  2012-05-21 20:49 ` [tip:x86/urgent] x86, relocs: Build " tip-bot for Jarkko Sakkinen
  1 sibling, 1 reply; 4+ messages in thread
From: Sam Ravnborg @ 2012-05-21 18:01 UTC (permalink / raw)
  To: Jarkko Sakkinen
  Cc: Ingo Molnar, Thomas Gleixner, H. Peter Anvin, linux-kernel

On Mon, May 21, 2012 at 08:51:24PM +0300, Jarkko Sakkinen wrote:
> relocs was not cleaned up when "make clean" is issued. This
> patch fixes the issue.
> 
> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@intel.com>

Stable candidate?

	Sam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] x86, relocs: build clean fix
  2012-05-21 18:01 ` Sam Ravnborg
@ 2012-05-21 18:05   ` H. Peter Anvin
  0 siblings, 0 replies; 4+ messages in thread
From: H. Peter Anvin @ 2012-05-21 18:05 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: Jarkko Sakkinen, Ingo Molnar, Thomas Gleixner, linux-kernel

On 05/21/2012 11:01 AM, Sam Ravnborg wrote:
> On Mon, May 21, 2012 at 08:51:24PM +0300, Jarkko Sakkinen wrote:
>> relocs was not cleaned up when "make clean" is issued. This
>> patch fixes the issue.
>>
>> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
> 
> Stable candidate?
> 

Yes, I'll queue this up as urgent.

	-hpa



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [tip:x86/urgent] x86, relocs: Build clean fix
  2012-05-21 17:51 [PATCH] x86, relocs: build clean fix Jarkko Sakkinen
  2012-05-21 18:01 ` Sam Ravnborg
@ 2012-05-21 20:49 ` tip-bot for Jarkko Sakkinen
  1 sibling, 0 replies; 4+ messages in thread
From: tip-bot for Jarkko Sakkinen @ 2012-05-21 20:49 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, jarkko.sakkinen, tglx

Commit-ID:  b2d668da9307c4c163dd603d2bb3cadb10f9fd37
Gitweb:     http://git.kernel.org/tip/b2d668da9307c4c163dd603d2bb3cadb10f9fd37
Author:     Jarkko Sakkinen <jarkko.sakkinen@intel.com>
AuthorDate: Mon, 21 May 2012 20:51:24 +0300
Committer:  H. Peter Anvin <hpa@zytor.com>
CommitDate: Mon, 21 May 2012 12:19:37 -0700

x86, relocs: Build clean fix

relocs was not cleaned up when "make clean" is issued. This
patch fixes the issue.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
Link: http://lkml.kernel.org/r/1337622684-6834-1-git-send-email-jarkko.sakkinen@intel.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: <stable@vger.kernel.org> v3.4

---
 arch/x86/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 94e91e4..b1c611e 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -206,6 +206,7 @@ archclean:
 	$(Q)rm -rf $(objtree)/arch/i386
 	$(Q)rm -rf $(objtree)/arch/x86_64
 	$(Q)$(MAKE) $(clean)=$(boot)
+	$(Q)$(MAKE) $(clean)=arch/x86/tools
 
 define archhelp
   echo  '* bzImage      - Compressed kernel image (arch/x86/boot/bzImage)'

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-21 20:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21 17:51 [PATCH] x86, relocs: build clean fix Jarkko Sakkinen
2012-05-21 18:01 ` Sam Ravnborg
2012-05-21 18:05   ` H. Peter Anvin
2012-05-21 20:49 ` [tip:x86/urgent] x86, relocs: Build " tip-bot for Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox