Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-11-06 10:01:08 -0800 (Thu, 06 Nov 2003)
Revision: 250
Log message:
The implicit rules are searched from last-to-first, so the correct
thing to do is to put the "%.cmi: %.mli" rule last. Then, if it
doesn't apply, the "%.cmi %.cmo: %.ml" rule is used.
This update fixes the main loop so that side-effects are computed properly
when a target matches multiple implicit rules.
Changes | Path |
Properties | omake |
+3 -0 | omake/.cvsignore |
+14 -6 | omake/OMakeroot.src.in |
+28 -4 | omake/src/build/omake_build.ml |
+1 -1 | omake/src/build/omake_build_type.ml |
+12 -11 | omake/src/main/omake_main.ml |