Commit cbe45702 authored by Linus Torvalds's avatar Linus Torvalds

Merge http://gkernel.bkbits.net/net-drivers-2.5

into home.transmeta.com:/home/torvalds/v2.5/linux
parents c69552c2 3f544ae2
......@@ -706,7 +706,7 @@ MRPROPER_FILES += \
include/asm \
.hdepend $(TOPDIR)/include/linux/modversions.h \
tags TAGS kernel.spec \
.tmpversion
.tmp*
# directories removed with 'make mrproper'
MRPROPER_DIRS += \
......@@ -732,8 +732,8 @@ mrproper: clean archmrproper
@find . $(RCS_FIND_IGNORE) \
\( -name .depend -o -name .\*.cmd \) \
-type f -print | xargs rm -f
@rm -f $(MRPROPER_FILES)
@rm -rf $(MRPROPER_DIRS)
@rm -f $(MRPROPER_FILES)
@$(MAKE) -C scripts mrproper
@$(MAKE) -f Documentation/DocBook/Makefile mrproper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment