Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-06-29 12:07:31 -0700 (Fri, 29 Jun 2007)
Revision: 11176
Log message:

      The :value: dependencies to .STATIC: sections were being simply dropped on the
     floor in Omake_evn.venv_add_static_rule.
     
     Fixed this, adding the value dependencies to the digest used to look up the
     .STATIC objects in omake cache. Also added a test to help make sure this does
     not break in the future.

Changes  Path
+6 -3 omake-branches/0.9.8.x/src/env/omake_command_digest.ml
+7 -8 omake-branches/0.9.8.x/src/env/omake_command_digest.mli
+2 -0 omake-branches/0.9.8.x/src/env/omake_env.ml
+1 -0 omake-branches/0.9.8.x/src/env/omake_env.mli
+6 -3 omake-branches/0.9.8.x/src/eval/omake_eval.ml
Copied omake-branches/0.9.8.x/test/static/Test2/ (from rev 11174, omake-branches/0.9.8.x/test/static/Test1)
+4 -1 omake-branches/0.9.8.x/test/static/Test2/static.om
+5 -0 omake-branches/0.9.8.x/test/static/Test2/stdout.expected