Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-06-22 14:59:09 -0700 (Fri, 22 Jun 2007)
Revision: 11082
Log message:

      Fixed test/target/Test1.
     
     The problem is because the environment is "forked" when an alias
     is run.   I added an "unfork" function.  We should consider combining
     the unfork and the unexport.  This is the only place where it is
     needed.

Changes  Path
+2 -0 omake-branches/0.9.8.x/src/build/omake_build.ml
+8 -2 omake-branches/0.9.8.x/src/build/omake_rule.ml
+8 -3 omake-branches/0.9.8.x/src/env/omake_env.ml
+1 -0 omake-branches/0.9.8.x/src/env/omake_env.mli