The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: tip-bot for Jarkko Sakkinen <jarkko.sakkinen@intel.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org,
	jarkko.sakkinen@intel.com, tglx@linutronix.de
Subject: [tip:x86/urgent] x86, relocs: Build clean fix
Date: Mon, 21 May 2012 13:49:59 -0700	[thread overview]
Message-ID: <tip-b2d668da9307c4c163dd603d2bb3cadb10f9fd37@git.kernel.org> (raw)
In-Reply-To: <1337622684-6834-1-git-send-email-jarkko.sakkinen@intel.com>

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)'

      parent reply	other threads:[~2012-05-21 20:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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-bot for Jarkko Sakkinen [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=tip-b2d668da9307c4c163dd603d2bb3cadb10f9fd37@git.kernel.org \
    --to=jarkko.sakkinen@intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=tglx@linutronix.de \
    /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