summary refs log tree commit diff
path: root/mk/host.mk
AgeCommit message (Expand)AuthorLines
2012-07-11Try less complicated trick for solving the dSYM glob portability issue.Graydon Hoare-11/+0
2012-07-11Revert "Reorganize lib-glob code to avoid accidentally duplicating lib/ subdi...Graydon Hoare-4/+15
2012-07-11Reorganize lib-glob code to avoid accidentally duplicating lib/ subdirectory.Graydon Hoare-15/+4
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-5/+5
2012-05-30build: Fix mac build errorsBrian Anderson-1/+1
2012-03-29build: Introduce rustsyntax crateBrian Anderson-2/+13
2012-03-22update promotion rules to not fail when .dsym file does not existNiko Matsakis-1/+8
2012-03-21Avoid mangling names differently in debug builds to work around a build error...Josh Matthews-3/+6
2012-01-26[makefiles] Make rustc depend on librustcMarijn Haverbeke-0/+1
2011-12-16Update build machinery to build and install librustc everywhere (including sn...Graydon Hoare-0/+8
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-0/+6
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