lkml.org 
[lkml]   [2012]   [May]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[ 115/117] x86, relocs: Build clean fix
    3.2-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Jarkko Sakkinen <jarkko.sakkinen@intel.com>

    commit b2d668da9307c4c163dd603d2bb3cadb10f9fd37 upstream.

    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>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    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)'



    \
     
     \ /
      Last update: 2012-05-28 07:41    [W:4.392 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site