summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@sb.bsdonline.org>2002-06-06 16:51:40 +0200
committerChristoph Hellwig <hch@sb.bsdonline.org>2002-06-06 16:51:40 +0200
commit07ea2df84e306404e8ade7023ab06b59d82e0643 (patch)
tree230cf04b69b0d9636ead70a333917928fe4be22f
parent4e30f812f3f3a8fc3ec5ac55226e1d3bc63eff6e (diff)
kbuild: remove CLEAN_DIRS from Makfile
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a64faf2ac34f..bc6d1d81587b 100644
--- a/Makefile
+++ b/Makefile
@@ -576,10 +576,6 @@ CLEAN_FILES += \
net/khttpd/times.h \
submenu*
-# directories removed with 'make clean'
-CLEAN_DIRS += \
- modules
-
# files removed with 'make mrproper'
MRPROPER_FILES += \
include/linux/autoconf.h include/linux/version.h \
@@ -617,7 +613,6 @@ clean: archclean
-name .\*.tmp -o -name .\*.d \) -type f -print \
| grep -v lxdialog/ | xargs rm -f
@rm -f $(CLEAN_FILES)
- @rm -rf $(CLEAN_DIRS)
@$(MAKE) -C Documentation/DocBook clean
mrproper: clean archmrproper