Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177698
b: refs/heads/master
c: 8723eae
h: refs/heads/master
v: v3
  • Loading branch information
Wenji Huang authored and Michal Marek committed Dec 12, 2009
1 parent f4002f0 commit 43dfde0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7a77080dbec28ab2bceb422398601dcc53c142ad
refs/heads/master: 8723eaeff59a5146326288392f08be4c894fdad7
5 changes: 2 additions & 3 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ CLEAN_FILES += vmlinux System.map \
MRPROPER_DIRS += include/config usr/include include/generated
MRPROPER_FILES += .config .config.old .version .old_version \
include/linux/version.h \
Module.symvers Module.markers tags TAGS cscope*
Module.symvers tags TAGS cscope*

# clean - Delete most, but leave enough to build external modules
#
Expand All @@ -1170,7 +1170,7 @@ clean: archclean $(clean-dirs)
\( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
-o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
-o -name '*.symtypes' -o -name 'modules.order' \
-o -name 'Module.markers' -o -name '.tmp_*.o.*' \
-o -name '.tmp_*.o.*' \
-o -name '*.gcno' \) -type f -print | xargs rm -f

# mrproper - Delete all generated files, including .config
Expand Down Expand Up @@ -1368,7 +1368,6 @@ $(clean-dirs):

clean: rm-dirs := $(MODVERDIR)
clean: rm-files := $(KBUILD_EXTMOD)/Module.symvers \
$(KBUILD_EXTMOD)/Module.markers \
$(KBUILD_EXTMOD)/modules.order
clean: $(clean-dirs)
$(call cmd,rmdirs)
Expand Down

0 comments on commit 43dfde0

Please sign in to comment.