On Mar 3, 2012, at 7:48 PM, Stephen Bannasch wrote:

> Trying with the hsx/hotspot-comp forest I don't get nearly as far:

The messages about "unknown node" mean that your "rm -rf" did not succeed, or 
that in some other way there are stale .hg/patches/status files floating around 
from previous adventures.

Instead of this:
  rm -rf sources

…try this:
  mv sources removed-sources-$$
  rm -rf removed-sources-$$

— John
_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to