Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-05-23 16:01:46 -0700 (Mon, 23 May 2005)
Revision: 1058
Log message:
Rules should not export everything, just the rule value itself.
This addresses issue #487.
You can always put an explicit "export" at the end of an
OMakefile if you want to export values back to the parent.
Changes | Path |
+2 -1 | omake/src/build/omake_builtin_base.ml |
+7 -7 | omake/src/eval/omake_rule.ml |
+1 -1 | omake/src/eval/omake_rule.mli |