[Sablevm-developer] New SableVM build script
Brought to you by:
egagnon
From: Bruno D. <bru...@ma...> - 2003-02-06 04:19:13
|
Hi, I am contributing a new (bash) build script for SableVM which is meant to replace both build & build-many. It has a lot of new features, including checking the exit status of all executed commands (so it does not go on if one of them fails). It is implemented using a lot of functions, so as to make it easy to change a particular phase. It is now also easy to add new SableVM configurations. Using the script: 'build' becomes 'build-sablevm' and 'build-many' becomes 'build-sablevm --vms=all'. You can also type something like build-sablevm --vms=inlined,direct,switch. Also, there is no longer a dependency on the user not including the trailing slash after the installation path. It is stripped off if included. Try running the script with --help to learn more about how to use it. Let me know if you have any specific request / suggestion. -- Bruno Dufour Sable Research Group McGill University, Montreal, Canada bru...@ma... |