Skip to content

Commit

Permalink
kbuild: ensure mrproper removes .old_version
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tore Anderson authored and Sam Ravnborg committed Jan 8, 2006
1 parent 24d4975 commit 50aa88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down

0 comments on commit 50aa88e

Please sign in to comment.