summaryrefslogtreecommitdiff
path: root/driver/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Install a versioned ghc-pkg script; fixes trac #2662Ian Lynagh2008-10-091-1/+1
|
* Create runhaskell as well as runghcIan Lynagh2008-09-191-1/+1
|
* Reinstate the driver/ghc directory, to create a versioned GHC programIan Lynagh2008-09-121-1/+1
| | | | e.g. $(bindir)/ghc-6.9.20080911
* Use test -f rather than test -eIan Lynagh2008-09-081-1/+1
| | | | Hopefully this will fix the SunOS builbot slave.
* When making bindists, check that we know where we areIan Lynagh2008-08-251-0/+4
|
* move INPLACE_DATA_DIR into mk/config.mk and share itSimon Marlow2008-08-131-1/+0
|
* Remove references to the files that the RTS no longer knows aboutIan Lynagh2008-08-101-3/+3
| | | | Spotted by Simon
* We don't need to generate driver/package.conf any more; spotted by SimonIan Lynagh2008-08-101-1/+0
|
* bindist fixesIan Lynagh2008-08-101-1/+1
|
* bindists are now some way towards workingIan Lynagh2008-08-101-4/+2
|
* Some "install" and "clean" fixesIan Lynagh2008-07-181-1/+1
|
* More build system changes; ghc-pkg is now built with CabalIan Lynagh2008-07-181-7/+9
|
* Fix bindist creationIan Lynagh2007-06-011-0/+6
| | | | | Bindists should now work again, when doing "make install" at least. "make in-place" is probably still broken.
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+28
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.