rust/mk
Alex Crichton 54f2147e8e Get unit tests for rusti working
* They didn't work before, because the location of the tests caused the
  'sysroot' option to crate lookup to be wrong for finding the correct stage's
  core/std libraries. This moves the compiled tests from the $host/test
  directory into a $host/$stage/test directory. This means that the sysroot will
  be correct and the core/std libraries can actually be found
* The LLVM bindings apparently aren't threadsafe, so we can't run multiple tests
  in parallel.
2013-05-14 14:11:07 -04:00
..
clean.mk clear *everything* from the tmp directory 2013-04-30 17:09:11 -04:00
ctags.mk Reliciense makefiles and testsuite. Yup. 2012-12-10 17:32:58 -08:00
dist.mk Put AUTHORS.txt file in the release tarball 2013-04-08 10:15:12 +02:00
docs.mk mk: Fix pdf build 2013-04-30 17:45:08 -07:00
host.mk mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235 2013-05-07 15:29:05 +09:00
install.mk minor automatic whitespace fixes 2013-05-06 23:57:35 -04:00
llvm.mk mk: Split target triples into bulid triple + host triples + target triples 2013-02-21 17:51:55 -08:00
perf.mk mk: cleanup - lib and executable suffix handling 2013-03-02 21:25:12 +09:00
platform.mk improve MIPS backend and implement segmented stacks 2013-05-09 16:51:42 +08:00
pp.mk mk: cleanup - lib and executable suffix handling 2013-03-02 21:25:12 +09:00
rt.mk mk: rt.mk regression patch for mingw32 after #6176 2013-05-07 15:26:55 +09:00
rustllvm.mk mk: cleanup - lib and executable suffix handling 2013-03-02 21:25:12 +09:00
snap.mk mk: Split target triples into bulid triple + host triples + target triples 2013-02-21 17:51:55 -08:00
stage0.mk add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
target.mk mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235 2013-05-07 15:29:05 +09:00
tests.mk Get unit tests for rusti working 2013-05-14 14:11:07 -04:00
tools.mk Update make dependencies of librust 2013-05-13 13:47:05 -04:00