rust/mk
bors d754722a04 Auto merge of #23678 - richo:check-flightcheck, r=alexcrichton
Rationale for this, is that I lurked `ulimit -c unlimited` into my .profile to debug an unrelated crash, that I kept forgetting to set before hand. I then ran the test suite and discovered that I had 150 gigs of core dumps in `/cores`.

Very open to another approach, or to setting the limit to something higher than 0, but I think it would be nice if the build system tried to save you from yourself here.
2015-03-31 18:26:20 +00:00
..
cfg
clean.mk
crates.mk mk: build and distribute facade crates unconditionally (for now) 2015-03-30 19:18:47 -04:00
ctags.mk
debuggers.mk
dist.mk
docs.mk mk: don't build docs for internal or behind-the-facade crates in beta/stable 2015-03-29 06:15:51 -04:00
grammar.mk
host.mk
install.mk
llvm.mk
main.mk
perf.mk
platform.mk Fix some typos 2015-03-28 18:09:51 +03:00
prepare.mk
reconfig.mk
rt.mk
rustllvm.mk
snap.mk
stage0.mk
target.mk Fix some typos 2015-03-28 18:09:51 +03:00
tests.mk check: Warn users with nonzero RLIMIT_CORE 2015-03-27 16:50:37 -07:00
util.mk