Commit 07ea2df8 authored by Christoph Hellwig's avatar Christoph Hellwig

kbuild: remove CLEAN_DIRS from Makfile

parent 4e30f812
...@@ -576,10 +576,6 @@ CLEAN_FILES += \ ...@@ -576,10 +576,6 @@ CLEAN_FILES += \
net/khttpd/times.h \ net/khttpd/times.h \
submenu* submenu*
# directories removed with 'make clean'
CLEAN_DIRS += \
modules
# files removed with 'make mrproper' # files removed with 'make mrproper'
MRPROPER_FILES += \ MRPROPER_FILES += \
include/linux/autoconf.h include/linux/version.h \ include/linux/autoconf.h include/linux/version.h \
...@@ -617,7 +613,6 @@ clean: archclean ...@@ -617,7 +613,6 @@ clean: archclean
-name .\*.tmp -o -name .\*.d \) -type f -print \ -name .\*.tmp -o -name .\*.d \) -type f -print \
| grep -v lxdialog/ | xargs rm -f | grep -v lxdialog/ | xargs rm -f
@rm -f $(CLEAN_FILES) @rm -f $(CLEAN_FILES)
@rm -rf $(CLEAN_DIRS)
@$(MAKE) -C Documentation/DocBook clean @$(MAKE) -C Documentation/DocBook clean
mrproper: clean archmrproper mrproper: clean archmrproper
......
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