Re: [Sablevm-developer] New SableVM build script
Brought to you by:
egagnon
From: Chris P. <chr...@ma...> - 2003-02-20 01:01:46
|
Bruno, by the way, it would also be nice if all of the configure options could be specified from your script, e.g. --with_gc, --with_obj_layout, etc, because there's more than just 6 combinations. I think nobody used your script because it isn't useful for developers. I just got your message about the "oops" email. It had a time of 2:49 p.m. (which doesn't make sense). Bruno Dufour wrote: >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. > > > |