about summary refs log tree commit diff
path: root/mk/host.mk
AgeCommit message (Collapse)AuthorLines
2011-12-16Update build machinery to build and install librustc everywhere (including ↵Graydon Hoare-0/+8
snapshots).
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-0/+6
Also updated build to install versioned libraries and added a few missing actions for `make clean`.
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+16
2011-11-29basic builds functionNiko Matsakis-27/+30
2011-10-31Remove temporary build rulesBrian Anderson-8/+0
2011-10-31Add some transitional build rules for moving libstd.so to libruststd.soBrian Anderson-0/+8
2011-10-02Lots of build system cleanup and documentationBrian Anderson-0/+56
This splits mk/stageN.mk into host.mk and target.mk and makes the build rules somewhat simpler - there's no more building from stageN into stageN+1; instead we always build from stageN(host) to stageN(target) then promote from stageN(target) to stageN+1(host). Add a big honkin explaination right at the top of Makefile.in