Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347739
b: refs/heads/master
c: bd1ee80
h: refs/heads/master
i:
  347737: cf91ef9
  347735: 21857a8
v: v3
  • Loading branch information
Pawel Moll authored and Michal Marek committed Dec 9, 2012
1 parent de9aa42 commit f8dbf50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc96b211bc6fa917bfb07a8db4cd898663e5f2c6
refs/heads/master: bd1ee804af8bdf2fd5131234330615f8aecbd9ed
8 changes: 5 additions & 3 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down Expand Up @@ -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) \
Expand Down

0 comments on commit f8dbf50

Please sign in to comment.