#1559: make -j doesn't work in libraries/ on Cygwin
-----------------------------+----------------------------------------------
    Reporter:  simonmar      |        Owner:         
        Type:  bug           |       Status:  closed 
    Priority:  high          |    Milestone:  6.8    
   Component:  Build System  |      Version:  6.6.1  
    Severity:  normal        |   Resolution:  fixed  
    Keywords:                |   Difficulty:  Unknown
          Os:  Windows       |     Testcase:         
Architecture:  Unknown       |  
-----------------------------+----------------------------------------------
Changes (by simonmar):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Fixed (or at least worked around), I believe by:

 {{{
 Mon Jul 30 06:43:46 PDT 2007  Simon Marlow <[EMAIL PROTECTED]>
   * FIX #1559, #1560.  Rearrange the way we do ifBuildable...
   ifBuildable now returns an exit code, with 1 indicating an unbuildable
   non-core package, and 0 otherwise.  Hence we can now invoke the
   recursive make from the shell, sidestepping the problems in #1559 and
   #1560.
 }}}

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