summaryrefslogtreecommitdiff
path: root/rules/build-package.mk
Commit message (Expand)AuthorAgeFilesLines
* buildinfo files need a $$(wildcard)Simon Marlow2009-07-271-1/+1
* Add buildinfo files to the bindist2009-06-25Ian Lynagh2009-06-251-1/+1
* Make C and CMM objects way-dependentIan Lynagh2009-06-241-7/+9
* Add rules for building .cmm files in librariesIan Lynagh2009-06-111-0/+3
* Add some $s to rules/build-package.mk for consistencyIan Lynagh2009-06-111-2/+2
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-2/+2
* make the clean_libraries target work, so you can "make clean" in libraries/Ian Lynagh2009-05-301-2/+0
* Make clean_libraries in the same way that we make all_librariesIan Lynagh2009-05-291-2/+3
* Tweak bindist creationIan Lynagh2009-05-161-1/+1
* Add a maintainer-clean ruleIan Lynagh2009-05-151-0/+2
* Add a Makefile in libraries/Ian Lynagh2009-05-081-0/+5
* Build library packages as shared libsDuncan Coutts2009-04-291-3/+5
* extend the rules/c-objs macro to take the way as a parameterDuncan Coutts2009-04-281-2/+2
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+135