summary refs log tree commit diff
path: root/mk/host.mk
AgeCommit message (Expand)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-21/+21
2013-05-07mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235Young-il Choi-0/+2
2013-05-04Fix another goof: consistently use parent directory of target for rule.Felix S. Klock II-9/+12
2013-05-04Fix syntax: had to use escaped $$ to have an effect after first expansion.Felix S. Klock II-1/+1
2013-05-03Make build products depend on their target directories.Felix S. Klock II-10/+25
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-40/+42
2013-02-27mk: rewrite make filesYoung-il Choi-31/+31
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-13Even simpler attempt at solving the .dSYM mess.Graydon Hoare-2/+2
2012-07-13Revert "Try less complicated trick for solving the dSYM glob portability issue."Graydon Hoare-0/+11
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