#1559: make -j doesn't work in libraries/ on Cygwin
---------------------------+------------------------------------------------
  Reporter:  simonmar      |          Owner:         
      Type:  bug           |         Status:  new    
  Priority:  high          |      Milestone:  6.8    
 Component:  Build System  |        Version:  6.6.1  
  Severity:  normal        |       Keywords:         
Difficulty:  Unknown       |             Os:  Windows
  Testcase:                |   Architecture:  Unknown
---------------------------+------------------------------------------------
This prevents validate from working on Windows at the moment:

 {{{
 [camresppta01] /cygdrive/c/builds/ghc-HEAD/libraries > make -j2
 ifBuildable/ifBuildable base make
 make[1]: Entering directory `/cygdrive/c/builds/ghc-HEAD/libraries/base'
 make[1]: *** read jobs pipe: Is a directory.  Stop.
 make[1]: *** Waiting for unfinished jobs....
 make[1]: Leaving directory `/cygdrive/c/builds/ghc-HEAD/libraries/base'
 make: *** [make.library.base] Error 2
 }}}

-- 
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
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to