[haskell-platform] #218: Makefile can't be run with -j4
haskell-platform
haskell-platform at projects.haskell.org
Wed Jan 9 07:01:22 GMT 2013
#218: Makefile can't be run with -j4
------------------------------------+---------------------------------------
Reporter: MtnViewMark | Owner: duncan
Type: defect | Status: new
Priority: major | Milestone:
Component: Generic source tarball | Keywords:
------------------------------------+---------------------------------------
Because we don't encode the package dependencies into the makefile,
running -j4 causes havoc - as packages get built in parallel, not in
order.
At least we should document this in the README.
Better would be to have the makefile somehow reject the -j4
Better still would be for it to actually work!
--
Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/218>
haskell-platform <http://trac.haskell.org/haskell-platform>
The Haskell Platform: a comprehensive and robust collection of Haskell libraries
More information about the Haskell-platform
mailing list