Commit 8e60e749 authored by Linus Torvalds's avatar Linus Torvalds

New makefiles generate .*.cmd files, not .*.flags files

parent 80af11be
......@@ -391,7 +391,7 @@ MRPROPER_DIRS += \
clean: archclean
find . \( -name '*.[oas]' -o -name core -o -name '.*.flags' \) -type f -print \
find . \( -name '*.[oas]' -o -name core -o -name '.*.cmd' \) -type f -print \
| grep -v lxdialog/ | xargs rm -f
rm -f $(CLEAN_FILES)
rm -rf $(CLEAN_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