summaryrefslogtreecommitdiff
path: root/rules/cmm-suffix-rules.mk
Commit message (Expand)AuthorAgeFilesLines
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* rules: cleanup: use '$way_*suf' var instead of open-coded '($3_way_)s'Sergei Trofimovich2014-09-081-6/+6
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Some build system refactoringIan Lynagh2013-04-201-6/+6
* Finish removing BootingFromHcIan Lynagh2013-02-171-4/+0
* A build-system tweak for more readable build output.Iavor S. Diatchki2012-04-271-6/+6
* .cmm files need to depend on DerivedConstants.hSimon Marlow2012-02-131-4/+4
* By default, be lax about dependencies on GHCIan Lynagh2011-08-281-6/+6
* Tweak some deps to avoid multiple $(wildcard ...)sIan Lynagh2011-01-231-6/+6
* Comment out some unnecessary makefile rulesIan Lynagh2009-10-051-5/+13
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-12/+6
* fix cut-and-paste bugs in .cmm -> .hc/.s rulesSimon Marlow2009-09-281-4/+4
* .cmm rules need to depend on $$($1_$2_HC_DEP), not $$($1_$2_HC)Ian Lynagh2009-06-151-6/+6
* Add rules for building .cmm files in librariesIan Lynagh2009-06-111-0/+54