> I just wanted to replace my home-grown scripts/hacks which 
> build source
> tar files from my local CVS working copy with something more 
> "official",
> but I wasn't very successful.
> 
> Given a complete and fresh working copy with all fptools 
> stuff, what are
> the steps to get tar files for GHC, Happy, GreenCard, 
> H/Direct, Haddock, ...?
> IIRC it used to be
> 
>     autoconf && ( cd ghc && autoconf )
>     ./configure
>     make Project=Ghc dist
>     make Project=Happy dist
>     ...
> 
> But this doesn't work anymore: It fails during distclean in 
> hood, and even
> if this is ignored, all resulting subdirectories contain 
> *all* stuff, not
> just the sources of the project in question...

That may be a bug.  I normally just build a dist in a source tree which
just has the bits I want.

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

Reply via email to