]> git.hungrycats.org Git - linux/commitdiff
kbuild: remove CLEAN_DIRS from Makfile
authorChristoph Hellwig <hch@sb.bsdonline.org>
Thu, 6 Jun 2002 14:51:40 +0000 (16:51 +0200)
committerChristoph Hellwig <hch@sb.bsdonline.org>
Thu, 6 Jun 2002 14:51:40 +0000 (16:51 +0200)
Makefile

index a64faf2ac34f4e05f8f750941bba3d8bd4b811a0..bc6d1d81587b42cc48069fd522984870ab0a479a 100644 (file)
--- 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