>After make distclean ( or maintainer-clean ), there are still a number >of unknown autogenerated files left in my working tree: > >unknown: > ABOUT-NLS > Makefile.in Which is entirely normal. `make distclean` is supposed to clean the tree for _distribution_, in other words, such that one can immediately rerun configure, and not have to use autoreconf first. And Makefile.in is something that is part of the standard distribution. `make distclean` is deliberately not equal to `git clean -dfx`. -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html