update on macosx build support for mlvm

John Rose john.r.rose at oracle.com
Sat Mar 3 20:14:39 PST 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20120303/cc0a65b2/attachment.html 


More information about the mlvm-dev mailing list