summaryrefslogtreecommitdiff
path: root/rules/trace.mk
Commit message (Collapse)AuthorAgeFilesLines
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
|
* add a simple trace facility to the build systemSimon Marlow2010-09-211-0/+21
saying make TRACE=1 prints most of the macro calls and their arguments. It's easy to trace new macros; see rules/trace.mk.