From f8dbf50008526a4c979da89af12278c30014d997 Mon Sep 17 00:00:00 2001 From: Pawel Moll Date: Mon, 29 Oct 2012 11:23:02 +0000 Subject: [PATCH] --- yaml --- r: 347739 b: refs/heads/master c: bd1ee804af8bdf2fd5131234330615f8aecbd9ed h: refs/heads/master i: 347737: cf91ef969e2eb255e9f85c753856f01a3c17cb87 347735: 21857a84c3a0b3662481e988ab2ea8284dc69ec5 v: v3 --- [refs] | 2 +- trunk/Makefile | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 488d97b95f77..f7f324433003 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fc96b211bc6fa917bfb07a8db4cd898663e5f2c6 +refs/heads/master: bd1ee804af8bdf2fd5131234330615f8aecbd9ed diff --git a/trunk/Makefile b/trunk/Makefile index 6744909b345f..4781b534873b 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -1008,11 +1008,14 @@ clean: rm-dirs := $(CLEAN_DIRS) clean: rm-files := $(CLEAN_FILES) clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation samples) -PHONY += $(clean-dirs) clean archclean +PHONY += $(clean-dirs) clean archclean vmlinuxclean $(clean-dirs): $(Q)$(MAKE) $(clean)=$(patsubst _clean_%,%,$@) -clean: archclean +vmlinuxclean: + $(Q)$(CONFIG_SHELL) $(srctree)/scripts/link-vmlinux.sh clean + +clean: archclean vmlinuxclean # mrproper - Delete all generated files, including .config # @@ -1239,7 +1242,6 @@ scripts: ; endif # KBUILD_EXTMOD clean: $(clean-dirs) - $(Q)$(CONFIG_SHELL) $(srctree)/scripts/link-vmlinux.sh clean $(call cmd,rmdirs) $(call cmd,rmfiles) @find $(if $(KBUILD_EXTMOD), $(KBUILD_EXTMOD), .) $(RCS_FIND_IGNORE) \