summaryrefslogtreecommitdiff
path: root/utils/parallel
Commit message (Collapse)AuthorAgeFilesLines
* Remove some directories that used to be used by GUMIan Lynagh2013-03-1729-9339/+0
| | | | This hasn't been used for some time
* GHC new build system megapatchIan Lynagh2009-04-261-2/+0
|
* bindists are now some way towards workingIan Lynagh2008-08-101-7/+3
|
* Fix bindist creationIan Lynagh2007-06-011-2/+16
| | | | | Bindists should now work again, when doing "make install" at least. "make in-place" is probably still broken.
* Rework the build system a bitIan Lynagh2007-05-311-32/+28
| | | | | | Key changes: * Always build as if BIN_DIST is 1. BIN_DIST is thus removed. * Libraries are configured with prefix set to $$topdir rather than $(prefix)
* Reorganisation of the source treeSimon Marlow2006-04-0729-0/+9335
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.