'make mrproper' incorrectly deletes *~-style editor backup files
from the top-level directory. This bug was introduced in 2.5.29
when the top-level Makefile was changed to remain in the top-level
directory when invoking DocBook's Makefile:
(snippet from patch-2.5.29):
>+++ b/Makefile Fri Jul 26 19:58:50 2002
> -name .\*.tmp -o -name .\*.d \) -type f -print \
> | grep -v lxdialog/ | xargs rm -f
> mrproper: clean archmrproper
clean:
so the rm now removes files from the wrong directory. Not good.
Since the top-level Makefile removes all core files, I suggest
simply removing the problematic rm line. Patch below.
/Mikael
--- linux-2.5.40/Documentation/DocBook/Makefile.~1~ Sat Aug 3 00:40:00 2002
clean:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/