On Mon, Oct 4, 2010 at 18:48, Jed Brown <jed at 59a2.org> wrote: > On Mon, Oct 4, 2010 at 18:39, Lisandro Dalcin <dalcinl at gmail.com> wrote: >> Well, from 2 years ago up to now, I've reconfigured many times. It >> seems the ftn-auto directory was not automatically removed. > > That is because the *parent* of the ftn-auto directory was deleted > from Hg. ?I could actually parse the makefile to find subdirectories > to recurse into, but builder.py doesn't do that either and it's > slightly messy to do robustly (or maybe we should use > distutils.sysconfig).
I implemented this, cmakegen.py no longer explores directories that are not listed in the makefiles (except for the "auto" directories, just like make). Jed
