Re: [GHC] #3233: Cleaning on Windows currently fails

2009-05-16 Thread GHC
#3233: Cleaning on Windows currently fails
-+--
Reporter:  igloo |Owner:  
Type:  bug   |   Status:  closed  
Priority:  high  |Milestone:  6.12.1  
   Component:  Build System  |  Version:  6.11
Severity:  normal|   Resolution:  fixed   
Keywords:|   Difficulty:  Unknown 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 Fixed by:
 {{{
 Sat May 16 00:19:47 BST 2009  Ian Lynagh ig...@earth.li
   * Disable suffix rules when cleaning

 Sat May 16 12:45:11 BST 2009  Ian Lynagh ig...@earth.li
   * Hide more make rules when cleaning
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3233#comment:1
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


[GHC] #3233: Cleaning on Windows currently fails

2009-05-15 Thread GHC
#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