#1693: Make distclean (still) doesn't
-------------------------+--------------------------------------------------
    Reporter:  simonpj   |        Owner:         
        Type:  bug       |       Status:  new    
    Priority:  high      |    Milestone:  6.8    
   Component:  Compiler  |      Version:  6.6.1  
    Severity:  normal    |   Resolution:         
    Keywords:            |   Difficulty:  Unknown
          Os:  Unknown   |     Testcase:         
Architecture:  Unknown   |  
-------------------------+--------------------------------------------------
Comment (by simonmar):

 On a Unix platform you can make a build tree with `lndir`, build GHC in
 it, `make distclean`, and find the leftover files with
 {{{
 find . ! -type d -a ! -type l
 }}}
 This is rather easier than fiddling around with boringfiles.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1693>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to