Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-09-11 19:30:15 -0700 (Sun, 11 Sep 2005)
Revision: 1515
Log message:
The problem with file descriptors running out is because of this
cycle:
open configure/Configure
open build/C
open configure/Configure
...
We should check for cyclic opens.