rust/mk
bors 6faa4f33a4 auto merge of #17129 : epdtry/rust/misc/llvm-root-reconfig, r=brson
Currently `./configure --llvm-root=...` and similar flags will break incremental builds by forcing reconfiguration on every `make`.  This happens because `reconfig.mk` incorrectly treats submodules in the `-` (uninitialized) state as requiring reconfiguration, and `./configure` deliberately deinitializes unneeded submodules.  The fix is to reconfigure only when submodules are in the `+` state (wrong commit checked out).
2014-09-10 14:20:37 +00:00
..
clean.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
crates.mk Allow a regex filter for RUST_LOG 2014-08-28 10:14:57 +12:00
ctags.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
dist.mk Fix snapshot.py for win64 2014-09-09 13:29:55 -07:00
docs.mk mk: Add missing colon 2014-08-01 16:48:41 -07:00
grammar.mk mk: Print grammar info message like others 2014-07-25 14:32:34 -07:00
host.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
install.mk auto merge of #15922 : poiru/rust/remove-whitespace-mk-backslash, r=brson 2014-07-24 13:51:17 +00:00
llvm.mk Move llvm bindings to their own crate 2014-07-14 12:27:07 -07:00
main.mk enable jemalloc debugging in unoptimized builds 2014-09-07 14:23:48 -04:00
perf.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
platform.mk Use gcc for cross-build linking, not g++. 2014-08-04 17:43:48 -07:00
prepare.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
reconfig.mk ignore uninitialized submodules when checking if ./configure should be re-run 2014-09-09 11:33:53 -07:00
rt.mk enable jemalloc debugging in unoptimized builds 2014-09-07 14:23:48 -04:00
rustllvm.mk Remove VPATH usage in Makefiles 2014-02-02 10:59:14 -08:00
snap.mk mk: Remove extra whitespace before line continuation backslashes 2014-07-23 08:41:55 -07:00
stage0.mk mk: Remove extra whitespace before line continuation backslashes 2014-07-23 08:41:55 -07:00
target.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
tests.mk debuginfo: Emit different autotest debugger scripts depending on GDB version. 2014-08-27 15:19:14 +02:00
util.mk mk: Address review feedback 2014-02-14 19:17:50 -08:00