rust/mk
bors ac4dd9efee auto merge of #10593 : metajack/rust/pkgid-hash, r=brson
This replaces the link meta attributes with a pkgid attribute and uses a hash
of this as the crate hash. This makes the crate hash computable by things
other than the Rust compiler. It also switches the hash function ot SHA1 since
that is much more likely to be available in shell, Python, etc than SipHash.

Fixes #10188, #8523.
2013-12-10 16:51:20 -08:00
..
clean.mk Link rustllvm statically, and distribute a static snapshot 2013-12-06 20:51:17 -08:00
ctags.mk Don't make tags for our dependencies and tests. 2013-11-16 13:44:52 +11:00
dist.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
docs.mk Add rustdoc documentation. 2013-12-10 09:43:33 -05:00
host.mk Link rustllvm statically, and distribute a static snapshot 2013-12-06 20:51:17 -08:00
install.mk Link rustllvm statically, and distribute a static snapshot 2013-12-06 20:51:17 -08:00
llvm.mk Link rustllvm statically, and distribute a static snapshot 2013-12-06 20:51:17 -08:00
perf.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
platform.mk Make the ccache-free case look like the ccache case. 2013-12-02 19:25:14 +01:00
pp.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
rt.mk Statically link librustrt to libstd 2013-11-29 18:36:14 -08:00
rustllvm.mk Link rustllvm statically, and distribute a static snapshot 2013-12-06 20:51:17 -08:00
snap.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
stage0.mk Register new snapshots 2013-12-07 23:02:39 -08:00
target.mk Fix the linked targets for rustc 2013-12-07 10:38:32 -08:00
tests.mk Add missing sundown dependency to rustdoc tests. 2013-12-10 17:04:24 -07:00
tools.mk Rename files to match current recommendations. 2013-11-03 23:49:01 +11:00