summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTore Anderson <tore@fud.no>2006-01-07 15:34:40 +0100
committerSam Ravnborg <sam@mars.ravnborg.org>2006-01-08 18:46:49 +0100
commit50aa88e2877f1375ba79d1be7a0ff4aa563741c7 (patch)
tree7be24ab38be08efac2428d9c729340cfa4d61606 /Makefile
parent24d49756aa67322c2def5dc97344615572ac454e (diff)
downloadlinux-50aa88e2877f1375ba79d1be7a0ff4aa563741c7.tar.gz
linux-50aa88e2877f1375ba79d1be7a0ff4aa563741c7.tar.xz
kbuild: ensure mrproper removes .old_version
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 599e744d3e33..50b07fa665e5 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*