aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2010-09-03 09:00:22 -0400
committerMichal Marek <mmarek@suse.cz>2010-09-03 16:50:35 -0400
commitc47f214ac65a45597917e017b7a1c617a56ac1cb (patch)
tree8795ea5b96529ddd35ad610e7b9efcc0ad1fa6a9 /Makefile
parentef8ff89b58546055e238c3b521f83b440dfe8ef2 (diff)
kbuild: Do not run make clean in $(srctree)
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b98943a466c5..d71bfdee7fbe 100644
--- a/Makefile
+++ b/Makefile
@@ -1180,7 +1180,7 @@ MRPROPER_FILES += .config .config.old .version .old_version \
1180# 1180#
1181clean: rm-dirs := $(CLEAN_DIRS) 1181clean: rm-dirs := $(CLEAN_DIRS)
1182clean: rm-files := $(CLEAN_FILES) 1182clean: rm-files := $(CLEAN_FILES)
1183clean-dirs := $(addprefix _clean_,$(srctree) $(vmlinux-alldirs) Documentation) 1183clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation)
1184 1184
1185PHONY += $(clean-dirs) clean archclean 1185PHONY += $(clean-dirs) clean archclean
1186$(clean-dirs): 1186$(clean-dirs):