lkml.org 
[lkml]   [2006]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 05/11] kbuild: ensure mrproper removes .old_version
    Date
    From
    From: Tore Anderson <tore@fud.no>
    Date: 1136644480 +0100

    If the final linking of vmlinux fails, the file .old_version are left
    behind. This patch ensures the mrproper target will remove it if
    present.

    Signed-off-by: Tore Anderson <tore@fud.no>
    Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

    ---

    Makefile | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    50aa88e2877f1375ba79d1be7a0ff4aa563741c7
    diff --git a/Makefile b/Makefile
    index 599e744..50b07fa 100644
    --- a/Makefile
    +++ b/Makefile
    @@ -984,7 +984,7 @@ CLEAN_FILES += vmlinux System.map \

    # Directories & files removed with 'make mrproper'
    MRPROPER_DIRS += include/config include2
    -MRPROPER_FILES += .config .config.old include/asm .version \
    +MRPROPER_FILES += .config .config.old include/asm .version .old_version \
    include/linux/autoconf.h include/linux/version.h \
    Module.symvers tags TAGS cscope*

    --
    1.0.GIT
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-01-09 22:42    [W:3.244 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site