[GHC] #12467: distclean does not clean 'compact' library

#12467: distclean does not clean 'compact' library -------------------------------------+------------------------------------- Reporter: osa1 | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 8.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- {{{
ghc_2 git:(master) make distclean 2>&1 | grep compact ghc_2 git:(master) }}}
I think we should see something like {{{ "rm" -rf libraries/compact/dist-install }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12467 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#12467: distclean does not clean 'compact' library -------------------------------------+------------------------------------- Reporter: osa1 | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: Component: Build System | Version: 8.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by osa1): * status: new => closed * resolution: => fixed Comment: Apparently this was fixed, I now see {{{ "rm" -rf libraries/ghc-compact/dist-install }}} being run with `make distclean`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12467#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC