Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-09-13 18:30:16 -0700 (Tue, 13 Sep 2005)
Revision: 1982
Log message:
Allow pathname specifiers for .PHONY targets.
Examples:
clean : the phony in the current directory, or the global
if that does not exist.
/clean : refers to the global phony
src/clean : the clean target in the src directory
Changed {C,OCaml}GeneratedFilesTarget to /{C,OCaml}GeneratedFilesTarget
This fixes bug #519.
Changes | Path |
+4 -4 | omake/lib/build/C.om |
+4 -4 | omake/lib/build/OCaml.om |
+4 -0 | omake/src/env/omake_env.ml |
+50 -26 | omake/src/ir/omake_node.ml |