On 28 September 2004 11:53, Sean Seefried wrote:

> My nightly build system, which I have called buildghc, is a very
> simple set of scripts that take a custom configure and a build.mk,
> put them in the right place, and then orchestrate the build process
> (much like 'nightly'). But the thing is I can work out whether the
> build will work first manually and once that works simply copy the
> custom configure and build.mk to the 'site' directory of my buildghc
> system. And this time I'll know it's going to work.
> 
> I've tried to make the output look much like that of 'nightly' so as
> not to confuse readers of the cvs-ghc list.

Probably our nightly build system can be cleaned up quite a bit, by
moving in this direction.  Back when the 3 compiler stages had to be
built in separate trees, we had a different build.mk in each tree, hence
the separation.  This isn't the case any more, so it's possible that we
could just supply a build.mk instead of the current mechanism.

Cheers,
        Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to