[commit: ghc] master: Don't clean away inplace/mingw and inplace/perl. (b126ad3)

git at git.haskell.org git at git.haskell.org
Mon Jul 28 14:37:57 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b126ad3f59a62f91b2e2d92ec9d51d245861b655/ghc

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

commit b126ad3f59a62f91b2e2d92ec9d51d245861b655
Author: niklas <niklas at mm.st>
Date:   Thu Jul 24 22:02:39 2014 +0200

    Don't clean away inplace/mingw and inplace/perl.
    
    Fixes #9362.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

b126ad3f59a62f91b2e2d92ec9d51d245861b655
 ghc.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ghc.mk b/ghc.mk
index e9d7e83..a1d304e 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1235,7 +1235,8 @@ clean_files :
 	$(call removeFiles,$(CLEAN_FILES))
 # this is here since CLEAN_FILES can't handle folders
 	$(call removeTrees,includes/dist-derivedconstants)
-	$(call removeTrees,inplace)
+	$(call removeTrees,inplace/bin)
+	$(call removeTrees,inplace/lib)
 
 .PHONY: clean_libraries
 clean_libraries: $(patsubst %,clean_libraries/%_dist-install,$(PACKAGES_STAGE1) $(PACKAGES_STAGE2))



More information about the ghc-commits mailing list