[GHC] #12467: distclean does not clean 'compact' library
GHC
ghc-devs at haskell.org
Fri Aug 5 23:39:13 UTC 2016
#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
More information about the ghc-tickets
mailing list