#3233: Cleaning on Windows currently fails
-------------------------------+--------------------------------------------
  Reporter:  igloo             |          Owner:                  
      Type:  bug               |         Status:  new             
  Priority:  high              |      Milestone:  6.12.1          
 Component:  Build System      |        Version:  6.11            
  Severity:  normal            |       Keywords:                  
Difficulty:  Unknown           |       Testcase:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-------------------------------+--------------------------------------------
 Cleaning on Windows currently fails, due to this:
 {{{
 $ cat Makefile

 bar/baz/%.hc : bar/baz/%.hs
         echo wibble

 foo:
         rm -rf bar

 $ mkdir -p bar/baz
 $ make foo
 rm -rf bar
 rm: cannot remove directory `bar': Directory not empty
 make: *** [foo] Error 1
 $
 }}}

 To work around the problem, we can not load all of the make rules when the
 target is `clean` (or `maintainer-clean` or `distclean`).

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

Reply via email to