aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-20 18:37:54 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-20 18:37:54 +0000
commit2b68c8f74420c08ff3bb44d6745833ea715b6590 (patch)
treedfd4aa1d2971b14f052ce26150ea4520f2d12337 /Makefile
parenteb7512984a26baab2db1913c38a7107f745a70ab (diff)
downloadbusybox-2b68c8f74420c08ff3bb44d6745833ea715b6590.tar.gz
build system: clean more files on make clean/make mrproper
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fb3e52d95..62387cc64 100644
--- a/Makefile
+++ b/Makefile
@@ -932,8 +932,9 @@ endif # CONFIG_MODULES
# make distclean Remove editor backup files, patch leftover files and the like
# Directories & files removed with 'make clean'
-CLEAN_DIRS += $(MODVERDIR)
-CLEAN_FILES += busybox busybox_unstripped* System.map .kernelrelease \
+CLEAN_DIRS += $(MODVERDIR) _install 0_lib
+CLEAN_FILES += busybox busybox_unstripped* busybox.links \
+ System.map .kernelrelease \
.tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map
# Directories & files removed with 'make mrproper'
@@ -944,7 +945,8 @@ MRPROPER_FILES += .config .config.old include/asm .version .old_version \
include/usage_compressed.h \
include/applet_tables.h \
applets/usage \
- .kernelrelease Module.symvers tags TAGS cscope*
+ .kernelrelease Module.symvers tags TAGS cscope* \
+ busybox_old
# clean - Delete most, but leave enough to build external modules
#