Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-06-23 12:58:58 -0700 (Fri, 23 Jun 2006)
Revision: 9376
Log message:
Added the bounds-check. Implicit calculations are not guaranteed
to terminate in general, but simple cycles will be rejected.
A simple cycle is one where a file depends on itself (through
some chain of dependencies).
Changes | Path |
+37 -26 | omake-branches/0.9.8.x/src/build/omake_target.ml |