summaryrefslogtreecommitdiff
path: root/rules/hs-suffix-rules-srcdir.mk
Commit message (Collapse)AuthorAgeFilesLines
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-22/+22
| | | | | I've also added some missing $s to some makefiles. These aren't technically necessary, but it's nice to be consistent.
* Bootstrapping fixesIan Lynagh2009-05-171-0/+2
|
* Bootstrapping fixesIan Lynagh2009-05-161-1/+1
|
* Bootstrapping fixIan Lynagh2009-05-041-0/+1
|
* Bootstrapping fixesIan Lynagh2009-05-041-4/+4
|
* Use "-x c" when compiling hc filesIan Lynagh2009-05-031-2/+2
|
* More bootstrapping rulesIan Lynagh2009-05-031-0/+3
|
* Add a .hc building rules for bootstrappingIan Lynagh2009-05-031-0/+7
|
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
| | | | | | | | | | | | | | # ----------------------------------------------------------------------------- # # (c) 2009 The University of Glasgow # # This file is part of the GHC build system. # # To understand how the build system works and how to modify it, see # http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture # http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying # # -----------------------------------------------------------------------------
* GHC new build system megapatchIan Lynagh2009-04-261-0/+70