summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* First stab at an installer package for the MacManuel M T Chakravarty2008-02-021-5/+40
* More bindist-publishing fixes and refactoringIan Lynagh2007-12-181-6/+5
* Fix publishing the docsIan Lynagh2007-12-161-4/+5
* Eliminate external GMP dependenciesManuel M T Chakravarty2007-12-171-0/+5
* Don't rely on distrib/prep-bin-dist-mingw being executableIan Lynagh2007-12-171-1/+1
* Rebuild utils with the stage1 compiler when making a bindist; fixes trac #1860Ian Lynagh2007-11-271-0/+10
* Define install-strip in MakefileIan Lynagh2007-11-241-0/+3
* Build Cabal user guide during "make", not only "make install-docs"Ian Lynagh2007-11-101-1/+1
* Rename Parser.ly in the extralibs tarball; fixes #1859Ian Lynagh2007-11-101-1/+1
* MERGED: We need to install-docs when making the Windows bindistIan Lynagh2007-10-271-0/+1
* We need to set _way=* in rts/ both when making and installing bindistsIan Lynagh2007-10-271-3/+1