Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/84d79a2a1f5aa16fffbc1451d229930abf8da36b

>---------------------------------------------------------------

commit 84d79a2a1f5aa16fffbc1451d229930abf8da36b
Author: Simon Marlow <marlo...@gmail.com>
Date:   Mon Apr 16 14:54:45 2012 +0100

    distclean was removing ghc-pwd/dist, should be ghc-pwd/dist-boot
    
    This has been causing bloat in the src dist for ages.
    
    Noticed while looking at #6009, but I don't think this is the bug
    (./configure always removes ghc-pwd/dist-boot before building ghc-pwd)

>---------------------------------------------------------------

 ghc.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ghc.mk b/ghc.mk
index d975425..e0797ee 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1234,7 +1234,7 @@ distclean : clean
        $(call removeFiles,libraries/process/include/HsProcessConfig.h)
        $(call removeFiles,libraries/unix/include/HsUnixConfig.h)
        $(call removeFiles,libraries/old-time/include/HsTimeConfig.h)
-       $(call removeTrees,utils/ghc-pwd/dist)
+       $(call removeTrees,utils/ghc-pwd/dist-boot)
        $(call removeTrees,inplace)
        $(call removeTrees,$(patsubst %, libraries/%/autom4te.cache, 
$(PACKAGES_STAGE1) $(PACKAGES_STAGE2)))
 



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to