summaryrefslogtreecommitdiff
path: root/compiler/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-271-25/+2
* Do the dependency-omitting for 'make 1' in a slightly different waySimon Marlow2010-08-101-3/+3
* If you say 'make' or 'make stage=2' here, pretend we're in the ghc dirSimon Marlow2010-05-251-0/+8
* Improved infrastructure for fast-rebuilding of parts of the treeSimon Marlow2009-07-031-3/+5
* Add support for 'make help' in subdirectoriesSimon Marlow2009-06-161-0/+9
* make [123] omits phases 1,2, and 3Simon Marlow2009-05-191-3/+3
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-497/+10
* FIX #2832: Setting SplitObjs=NO doesn't disable -split-objs in GHCSimon Marlow2009-03-111-1/+1
* Only use STAGE3_PACKAGE_CONF for building GHC itselfIan Lynagh2009-02-211-0/+1
* Include PprTyThings in tags file.Thomas Schilling2008-12-111-1/+1
* Use relative URLs in the GHC API haddock docs; fixes #2755Ian Lynagh2008-11-281-0/+1
* Include GHCi files in ctags/etags.Thomas Schilling2008-11-261-1/+1
* Run Haddock with compacting GC and show RTS statistics.Thomas Schilling2008-10-201-0/+1
* Make tags work on Unices, too.Thomas Schilling2008-10-141-2/+5
* Add 'etags' makefile target.Thomas Schilling2008-10-131-0/+11
* Fix maintainer-cleanIan Lynagh2008-09-241-4/+4
* Don't require Parser.y in a source dist6_10_branch_has_been_forkedIan Lynagh2008-09-191-1/+7
* Be more forceful when cleaning in compiler/ and ghc/Ian Lynagh2008-09-181-1/+5
* Generate ghc.cabal and ghc-bin.cabal with configureIan Lynagh2008-09-181-0/+5
* We need to tell ghc-pkg to --force if we've only built a profiling libraryIan Lynagh2008-09-131-1/+4
* If we're profiling GHC, don't bother building the GHC package the vanilla wayIan Lynagh2008-09-131-1/+5
* We always install stage2, so we need to always put stage2 into bindistsIan Lynagh2008-09-091-1/+1
* Use test -f rather than test -eIan Lynagh2008-09-081-1/+1
* bindist fixesIan Lynagh2008-09-071-0/+8
* Install the stage 2 ghc package when installing; fixes trac #2567Ian Lynagh2008-09-061-2/+1
* Make the dynlibs, ghci and ncg flags manual tooIan Lynagh2008-08-311-10/+0
* Make ghc.cabal's editline flag manual, to simplify the MakefileIan Lynagh2008-08-311-7/+1
* Don't build ghc in stage1 with editline (since we already don't build ghci). ...Judah Jacobson2008-08-301-6/+1
* If we want a profiled GHC then use -auto-all when building the GHC libIan Lynagh2008-08-301-0/+4
* Fix building the GHC API with profilingIan Lynagh2008-08-301-0/+7
* Fix linkage on OpenBSD.kili@outback.escape.de2008-08-281-1/+1
* Handle the html target in compiler/ and ghc/Ian Lynagh2008-08-281-0/+3
* Update the build system to handle building and using haddock2Ian Lynagh2008-08-281-1/+3
* Ignore install-docs in compiler/Makefile and ghc/MakefileIan Lynagh2008-08-211-0/+3
* Fix making it possible to build without the NCGIan Lynagh2008-08-181-0/+8
* Don't clean the multi-stage stuff unless CLEAN_ALL_STAGES is YESIan Lynagh2008-08-171-0/+2
* When making in compiler/, automatically make in ghc/ when we are doneIan Lynagh2008-08-171-0/+1
* Make "make clean" in compiler/ only clean the stage we want to cleanIan Lynagh2008-08-101-6/+10
* bindist fixesIan Lynagh2008-08-101-21/+2
* bindists are now some way towards workingIan Lynagh2008-08-101-1/+5
* add --enable-shared to configure, and $(BuildSharedLibs) to the build systemSimon Marlow2008-07-241-1/+2
* Fix the stage3 buildIan Lynagh2008-07-221-8/+14
* haddock the stage2 compiler if HADDOCK_DOCS is YESIan Lynagh2008-07-201-0/+5
* Some "install" and "clean" fixesIan Lynagh2008-07-181-0/+4
* More dependency wibblingIan Lynagh2008-07-181-6/+2
* We need to make Parser.y and Config.hs earlierIan Lynagh2008-07-181-4/+4
* Split building the ghc package and binary into "boot" and "all" stepsIan Lynagh2008-07-171-1/+5