summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
...
* Use INSTALL_DIR, not MKDIRHIER, when installingIan Lynagh2009-10-021-1/+1
* Update the URL in the usage info to point to the current docs locationIan Lynagh2009-09-112-2/+2
* Build fixesIan Lynagh2009-08-162-4/+4
* Fix permissions when installingIan Lynagh2009-08-021-1/+2
* don't create inplace/bin/ghc-<version>Simon Marlow2009-07-061-0/+1
* Update driver/Makefile for the new build systemIan Lynagh2009-07-051-33/+12
* Fix the ghci wrapperIan Lynagh2009-06-161-1/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-6/+6
* Remove unused variablesIan Lynagh2009-05-241-2/+0
* Remove unused variablesIan Lynagh2009-05-241-2/+0
* stub MakefileSimon Marlow2009-05-111-20/+2
* Add a header to all build system files:Simon Marlow2009-04-288-0/+95
* GHC new build system megapatchIan Lynagh2009-04-2610-142/+94
* Fix ghc and ghci wrappers on WindowsIan Lynagh2009-02-182-3/+3
* Make versioned ghc and ghci programs on Windows; fixes trac #2827Ian Lynagh2009-02-173-2/+167
* Tweak the mangler; fixes trac #2871Ian Lynagh2009-02-111-1/+1
* Install a versioned ghc-pkg script; fixes trac #2662Ian Lynagh2008-10-092-1/+19
* Use -f when making the runhaskell symlinkIan Lynagh2008-09-241-1/+1
* Gix the ghcii scriptIan Lynagh2008-09-191-1/+1
* Create runhaskell as well as runghcIan Lynagh2008-09-192-1/+15
* Make the ghci scripts point to the versioned GHC program, not just "ghc"Ian Lynagh2008-09-181-2/+2
* Reinstate the driver/ghc directory, to create a versioned GHC programIan Lynagh2008-09-122-1/+19
* Use test -f rather than test -eIan Lynagh2008-09-081-1/+1
* When making bindists, check that we know where we areIan Lynagh2008-08-251-0/+4
* Fix the ghci script; fixes trac #2485Ian Lynagh2008-08-251-9/+6
* Comment fixes; trac #2468Ian Lynagh2008-08-161-2/+2
* 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
* We don't need to generate driver/package.conf any more; spotted by SimonIan Lynagh2008-08-101-1/+0
* Remove driver/ghc; The Cabal package in ghc/ now makes a wrapper itselfIan Lynagh2008-08-101-28/+0
* bindist fixesIan Lynagh2008-08-101-1/+1
* bindists are now some way towards workingIan Lynagh2008-08-105-18/+8
* 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
* Remove all references to -mno-cygwinIan Lynagh2008-07-091-2/+2
* Fix the splitter with perl 5.10; patch from Audrey TangIan Lynagh2008-06-111-82/+81
* Enable the mangler for netbsd/amd64; fixes trac #2347Ian Lynagh2008-06-061-1/+1
* Tell the mangler how to mangle for amd64/freebsd; fixes trac #2072Ian Lynagh2008-05-111-1/+1
* FIX #2047: Windows (and older Unixes): align info tables to 4 bytes, not 2Simon Marlow2008-02-051-7/+7
* Tweak the splitterIan Lynagh2008-01-161-3/+3
* Make ghcii.sh executableIan Lynagh2007-12-171-0/+1
* Use INSTALL_SCRIPT, not INSTALL_PROGRAM, when installing scripts; fixes #1858Ian Lynagh2007-11-102-6/+6
* clean ghci-inplaceSimon Marlow2007-10-311-0/+1
* comment-out "use vars" in 3 places (see #1739)Simon Marlow2007-10-081-3/+3
* 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-282-2/+2
* Remove odd recursive call in the driver/ghci MakefileIan Lynagh2007-08-211-10/+0
* windres to use the gcc given as --with-cc.Clemens Fruhwirth2007-07-031-1/+1
* * ghc-asm: Finally did away with $* in a way that works with Perl 5.6~5.10+, ...audreyt@audreyt.org2007-07-301-397/+385