aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-05 17:42:55 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-05 17:42:55 +0000
commit8bf7bb8541cef078fe6b06c422636179e4530a40 (patch)
tree162c8b52499c9f185caa08127116c65283892f23 /Makefile
parent1868409c86c7fbd46377a7842160e164c2c4ba49 (diff)
downloadbusybox-8bf7bb8541cef078fe6b06c422636179e4530a40.tar.gz
yet another fixlet: make clean/distclean/mrproper
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d85eb8a63..e2d8fdcdd 100644
--- a/Makefile
+++ b/Makefile
@@ -460,7 +460,7 @@ ifeq ($(dot-config),1)
# oldconfig if changes are detected.
-include .kconfig.d
-include .config
+-include .config
# If .config needs to be updated, it will be done via the dependency
# that autoconf has on .config.
@@ -909,13 +909,15 @@ endif # CONFIG_MODULES
# Directories & files removed with 'make clean'
CLEAN_DIRS += $(MODVERDIR)
-CLEAN_FILES += busybox System.map \
+CLEAN_FILES += busybox* System.map \
.tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include2
MRPROPER_FILES += .config .config.old include/asm .version .old_version \
- include/autoconf.h \
+ include/autoconf.h \
+ include/bbconfigopts.h \
+ include/usage_compressed.h \
.kernelrelease Module.symvers tags TAGS cscope*
# clean - Delete most, but leave enough to build external modules
@@ -940,7 +942,7 @@ clean: archclean $(clean-dirs)
#
mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS))
mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
-mrproper-dirs := $(addprefix _mrproper_,Documentation/DocBook scripts)
+mrproper-dirs := $(addprefix _mrproper_,scripts)
PHONY += $(mrproper-dirs) mrproper archmrproper
$(mrproper-dirs):