summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add a header to all build system files:Simon Marlow2009-04-281-0/+11
* remove commentary that is now in the wikiSimon Marlow2009-04-271-81/+0
* GHC new build system megapatchIan Lynagh2009-04-261-633/+113
* Don't use the absolute path to the bindist tarballIan Lynagh2009-02-101-3/+3
* Build dph with the stage2 compilerIan Lynagh2009-02-031-0/+1
* Fix "make install": Put "[]" in the install package.confIan Lynagh2009-01-141-0/+2
* Check that make supports evalIan Lynagh2009-01-091-0/+7
* Require HsColour by defaultIan Lynagh2009-01-041-1/+9
* Delay building libffi until package.conf is created and fix bindistClemens Fruhwirth2008-10-101-1/+1
* Turn libffi into a Haskell packageClemens Fruhwirth2008-10-081-1/+1
* fix syntax errors in src-dist publish rulesSimon Marlow2008-10-081-2/+2
* Use $(TAR) rather than tarIan Lynagh2008-09-241-8/+8
* Escape a hash in the Makefile (it was breaking source dist creation)Ian Lynagh2008-09-201-1/+1
* Fix building the extralibs tarballIan Lynagh2008-09-191-1/+1
* Fix how we put libffi into bindistsIan Lynagh2008-09-191-0/+1
* Add HpcParser.hs to source distsIan Lynagh2008-09-191-0/+7
* Fix the list of generated files that need to go into the source distsIan Lynagh2008-09-191-1/+1
* Put generated files in source distsIan Lynagh2008-09-181-0/+20
* Reinstate the driver/ghc directory, to create a versioned GHC programIan Lynagh2008-09-121-1/+1
* Use test -f rather than test -eIan Lynagh2008-09-081-1/+1
* Fix the ext-core doc in bindistsIan Lynagh2008-09-071-0/+1
* Remove an erroneous comma from the MakefileIan Lynagh2008-08-281-1/+1
* Update the build system to handle building and using haddock2Ian Lynagh2008-08-281-2/+3
* Don't check that we have found haddockIan Lynagh2008-08-281-10/+1
* Change references to the old BIN_DIST_TARBALL to the new BIN_DIST_TAR_BZ2Ian Lynagh2008-08-241-4/+4
* Fix the "have we got all the bootlibs" checkIan Lynagh2008-08-241-1/+1
* Actually tar up Windows bindistsIan Lynagh2008-08-241-9/+8
* Don't put symlinks in bindists, but the files they point at insteadIan Lynagh2008-08-201-1/+3
* Change how we know whether or not we are validatingIan Lynagh2008-08-171-1/+1
* When making in compiler/, automatically make in ghc/ when we are doneIan Lynagh2008-08-171-6/+0
* Remove inplace-datadir when cleaningIan Lynagh2008-08-101-0/+3
* bindist fixesIan Lynagh2008-08-101-2/+11
* bindists are now some way towards workingIan Lynagh2008-08-101-77/+86
* Update the test in Makefile that we have all the boot libsIan Lynagh2008-07-291-3/+3
* change where we put gcc-lib/ld.exe to keep Cabal happySimon Marlow2008-07-281-4/+4
* haddock the stage2 compiler if HADDOCK_DOCS is YESIan Lynagh2008-07-201-0/+3
* Fix the order in which things get builtIan Lynagh2008-07-171-5/+13
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-3/+4
* If HADDOCK_DOCS is YES, then fail the build early if we couldn't find haddockIan Lynagh2008-07-131-3/+14
* Get rid of compat/Ian Lynagh2008-07-081-5/+3
* libffi now doesn't have an artificial make boot/all splitIan Lynagh2008-07-051-2/+3
* Need to make all in gmp, not bootIan Lynagh2008-07-051-1/+1
* gmp didn't really fit into the make boot/all cycle, so don't try to force itIan Lynagh2008-07-051-2/+3
* Include ghc.spec in tarballs; patch from, and fixes, trac #2390Ian Lynagh2008-07-031-2/+2
* Teach cabal-bin how to build Setup programsIan Lynagh2008-07-031-1/+1
* Don't rebuild things with the stage2 compilerIan Lynagh2008-06-221-7/+0
* Import libffi-3.0.4, and use it to provide FFI support in GHCiSimon Marlow2008-04-081-3/+3
* Use editline instead of readlineIan Lynagh2008-03-161-1/+1
* All installed Haskell prgms have an inplace and an installed versionManuel M T Chakravarty2008-02-181-15/+15
* xcode build target for fixed /Library/Frameworks instManuel M T Chakravarty2008-02-051-33/+29