#3763: make -j8 fails for ghc-6.12.1-pre
----------------------------------+-----------------------------------------
Reporter: juhpetersen | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 6.14.1
Component: Build System | Version: 6.12.1
Resolution: fixed | Keywords:
Difficulty: | Os: Linux
Testcase: | Architecture: x86
Failure: Building GHC failed |
----------------------------------+-----------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => fixed
* milestone: 6.12.2 => 6.14.1
Comment:
Thanks for the report. Happily, this is already fixed in the HEAD. 6.12
branch has
{{{
rts/dist/build/sm/Evac_thr.c : rts/sm/Evac.c
"$(MKDIRHIER)" $(dir $@)
cp $< $@
}}}
while HEAD has
{{{
rts/dist/build/sm/Evac_thr.c : rts/sm/Evac.c | $$(dir $$@)/.
cp $< $@
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3763#comment:4>
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