>> Which is the best way to reverse the effect of: >> $ ./autogen.sh && ./configure && make >> >> I have tried: >> $ make distclean >> but a few of the generated files still remain. > Add the offending file names to > > DISTCLEANFILES = ... > > in the corresponding Makefile.am.
This seems to be a better alternative than: $ git clean -d because someone who has the tarball and not the git snapshot can only use: $ make distclean Should we go for it? Happy hacking, Debarshi
pgpPqnBheXXWc.pgp
Description: PGP signature
_______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

