Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-10-25 20:36:57 -0700 (Thu, 25 Oct 2007)
Revision: 12428
Log message:
When the PATH environment variable is updated based on the $(global.PATH)
value, any nodes in $(global.PATH) should be turned into absolute names, not
relative ones.
Changes | Path(relative to omake-branches/0.9.8.x) |
+4 -1 | src/build/omake_rule.ml |
+5 -5 | src/env/omake_env.ml |
+1 -0 | src/env/omake_env.mli |
+2 -1 | src/ir/omake_options.mli |
Added | test/shell/Test5 |