Commit 278b098b authored by Linus Torvalds's avatar Linus Torvalds

Don't remove zero-sized files. Some of them might be real.

parent 9903dae7
......@@ -607,7 +607,7 @@ clean: archclean
mrproper: clean archmrproper
@echo 'Making mrproper'
@find . \( -size 0 -o -name .depend -o -name .\*.cmd \) \
@find . \( -name .depend -o -name .\*.cmd \) \
-type f -print | xargs rm -f
@rm -f $(MRPROPER_FILES)
@rm -rf $(MRPROPER_DIRS)
......
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