On Thu, May 03, 2007 at 10:21:26AM +0100, Claus Reinke wrote:
> >You have droppings from a previous build in your tree - DebuggerTys was 
> >removed recently.
> 
> that is odd, the file is still here, just that darcs has forgotten about 
> it.

Darcs ought to remove it if you don't have any local changes to it.

> and 'darcs whatsnew' doesn't see it, so i did not notice. what is the 
> proper way to ask darcs about all differences between everything 
> that is in the working directory and everything that should be there?

Is

    darcs whatsnew --look-for-adds --no-summary

what you want? You might also want --boring.

> btw, applying this diff to the individual repos in libraries/ shows that 
> 'make distclean' hasn't cleaned much at all in there?
> 
>    for d in `find ./* -maxdepth 0 -type d`; 
>    do echo $d; 
>    if test -e $d/_darcs ; 
>    then diff -qr $d $d/_darcs/pristine/ ; 
>    fi; 
>    done
> 
> even after 'make distclean', the output is full of stuff like .o, .hi, .a,
> dist/, package.conf.inplace, package.conf.installed, ..

This sounds like the remnants of a build with the old build system.

Note that at the moment the Makefiles in libraries/* won't do the right
thing. They're waiting for me to get around to looking at "Setup
makefile".


Thanks
Ian

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to