[m-rev.] diff: fix .module_dep files

Peter Wang novalazy at gmail.com
Wed Jul 23 09:23:20 AEST 2008


On 2008-07-22, Julien Fischer <juliensf at csse.unimelb.edu.au> wrote:
>
> On Tue, 22 Jul 2008, Zoltan Somogyi wrote:
>>
>> Julien is looking into changing tools/bootcheck to build stage 2 both with
>> and without --use-subdirs, and using each version of stage 2 for the right
>> set of test directories.
>
> I've thought about this and I think we should add a separate stage 4,
> which is stage 2 with --use-subdirs.  The rationale for that is that it
> will be useful in some circumstances to keep stage 2 around, e.g for 
> situations where the buggy behaviour is caused by --use-subdirs.

It seems overkill to build an entire stage 4 just to test --use-subdirs.
If all you wanted to do was run the test suite, you could just use a
shell script to populate a pseudo-stage 4 directory using the files from
stage 2, putting them into subdirectories.

On the other hand, you might as well build a stage 4 using mmc --make
(using the stage 2 compiler).  To save time, it would be enough to
rebuild the library directories with mmc --make, then copy some files
from the stage 2 compiler directory.  WORKSPACE=stage4 lmc should work
then.

Peter

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list