Re: Fwd: Unexpected signal when buliding hugs98 CVS HEAD
Ross Paterson <[email protected]> Sun, 10 Sep 2006 01:35:35 +0100
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Sep 09, 2006 at 07:21:10PM -0500, Brian Smith wrote: > The problem is that an empty hsc2hs directory gets created when we do a CVS > checkout. When we darcs pull hsc2hs, then darcs sees the existing hsc2hs > directory and puts everything into hsc2hs_0 instead. > > Actually, this was happening yesterday too, but I didn't mention it because > I was trying to get around the unexpected signal problem. > > Here are the exact command I executed: > > rm -Rf hugs98 > cvs co hugs98 > cd hugs98 > make Ah, I have "checkout -P" in my .cvsrc, so I wasn't getting this. The Makefile now removes the darcs directories before fetching, which should fix it.