summaryrefslogtreecommitdiff
path: root/driver/ghci
Commit message (Collapse)AuthorAgeFilesLines
* Remove all references to -mno-cygwinIan Lynagh2008-07-091-2/+2
| | | | | We shouldn't need it, as we don't call cygwin's gcc, and it was causing problems with the nightly builders passing it to GHC.
* Make ghcii.sh executableIan Lynagh2007-12-171-0/+1
|
* clean ghci-inplaceSimon Marlow2007-10-311-0/+1
|
* Fix copy+paste-o, spotted by Simon MarlowIan Lynagh2007-09-141-1/+1
|
* Fix bindist creation on WindowsIan Lynagh2007-09-051-1/+1
|
* Use DESTDIR when installingIan Lynagh2007-08-281-1/+1
|
* Remove odd recursive call in the driver/ghci MakefileIan Lynagh2007-08-211-10/+0
| | | | | | I'm not sure why this was here, but it makes ghci.o get built twice on Windows, which can cause the build to fail if it tries to link it in the middle.
* windres to use the gcc given as --with-cc.Clemens Fruhwirth2007-07-031-1/+1
|
* Remove now-unused filesIan Lynagh2007-06-022-5/+0
|
* Fix ghcii.sh creationIan Lynagh2007-06-021-2/+2
|
* Fix bindist creationIan Lynagh2007-06-011-0/+4
| | | | | 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-31/+26
| | | | | | 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)
* fix for when path to GHC contains spaces, from #695Simon Marlow2006-06-221-1/+1
|
* A better icon for GHCiNeil Mitchell2006-06-021-0/+0
|
* Reorganisation of the source treeSimon Marlow2006-04-076-0/+243
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.