rust/mk
Manish Goregaokar e337a5728a Rollup merge of #22326 - semarie:compat-cp, r=alexcrichton
`cp -a` is a GNU extension. Use an alternate combinaison of POSIX options
(`-PRp`) that do nearly the same.

The difference is `-a` will preserve context, links and xattr attributes,
whereas `-p` not. But as we use it only for copy a file, there is no
difference in the current context.
2015-02-17 06:23:40 +05:30
..
cfg openbsd support 2015-02-01 14:41:38 +01:00
clean.mk
crates.mk regex: Remove in-tree version 2015-01-23 21:04:10 -08:00
ctags.mk
debuggers.mk
dist.mk Upgrade rust-installer 2015-02-12 20:36:17 -08:00
docs.mk Rollup merge of #22326 - semarie:compat-cp, r=alexcrichton 2015-02-17 06:23:40 +05:30
grammar.mk Add a LALR grammar for Rust with testing support 2015-01-20 18:47:17 -08:00
host.mk
install.mk
llvm.mk
main.mk Rollup merge of #22292 - brson:alpha2, r=alexcrichton 2015-02-15 18:42:47 +05:30
perf.mk
platform.mk
prepare.mk
reconfig.mk
rt.mk Initial support for aarch64-linux-android 2015-01-20 17:43:15 +09:00
rustllvm.mk
snap.mk
stage0.mk
target.mk
tests.mk Only set --bench for crate tests when PLEASE_BENCH is set 2015-02-14 23:10:56 +01:00
util.mk