Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a44a5e335f18699e2b97e9c6ecb869900145cbec >--------------------------------------------------------------- commit a44a5e335f18699e2b97e9c6ecb869900145cbec Author: Ian Lynagh <ig...@earth.li> Date: Wed Oct 31 01:50:18 2012 +0100 Clean some old files that we no longer generate Avoids problems for people with old files in their tree >--------------------------------------------------------------- ghc.mk | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ghc.mk b/ghc.mk index 13f0db2..c1544ad 100644 --- a/ghc.mk +++ b/ghc.mk @@ -1229,12 +1229,16 @@ CLEAN_FILES += libraries/bootstrapping.conf CLEAN_FILES += libraries/integer-gmp/cbits/GmpDerivedConstants.h CLEAN_FILES += libraries/integer-gmp/cbits/mkGmpDerivedConstants -# These four are no longer generated, but we still clean them for a while +# These are no longer generated, but we still clean them for a while # as they may still be in old GHC trees: CLEAN_FILES += includes/GHCConstants.h CLEAN_FILES += includes/DerivedConstants.h CLEAN_FILES += includes/ghcautoconf.h CLEAN_FILES += includes/ghcplatform.h +CLEAN_FILES += utils/ghc-pkg/Version.hs +CLEAN_FILES += compiler/parser/Parser.y +CLEAN_FILES += compiler/prelude/primops.txt +CLEAN_FILES += $(wildcard compiler/primop*incl) clean : clean_files clean_libraries _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc