On Thu, Apr 08, 2010 at 07:22:55PM -0700, Ben Pfaff wrote: > On Thu, Apr 08, 2010 at 10:16:08PM -0400, Ankur Kumar Nayak wrote: > > Is there a way to clean autoconf/automake generated files including > > configure, Makefile.in, etc.? > > > > I often need to clean up source directories. Though I'm able to clean > > up makefiles using 'make distclean', I couldn't find a way to remove > > autoconf generated files. > > If you are using Git, then you can use "git clean" to delete anything > that isn't checked in to Git. You will need to supply some options; I > don't use this command often enough to remember the syntax.
This looks potentially dangerous esp. if I have source files which are not yet checked in. _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
