cleaning

Simon Peyton-Jones simonpj at microsoft.com
Fri Jul 4 11:28:06 EDT 2008


If you do a 'darcs pull' then 'make distclean' then 'make' you may (just now) get errors of various kinds when 'make' reaches utils/ghc-pkg.

Solution: cd compat; rm **/*.{hi,o}

Reason: after you pull, make distclean doesn't clean droppings from previous incarnations of the build system.

Simon



More information about the Cvs-ghc mailing list