about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-09-15 07:06:09 +0000
committerbors <bors@rust-lang.org>2014-09-15 07:06:09 +0000
commit3e7e2af4727e673f874355ccdab58e900f76bebd (patch)
tree4663289bacf06054562cb003c0beb6cb034223af
parente4771d142bb6faab0f0aaeb9d238ca446ff16281 (diff)
parent134c1e954ebcf8b02319c81dd433ac71cddf4b55 (diff)
downloadrust-3e7e2af4727e673f874355ccdab58e900f76bebd.tar.gz
rust-3e7e2af4727e673f874355ccdab58e900f76bebd.zip
auto merge of #17256 : alexcrichton/rust/issue-17183, r=sfackler
This file is touched during the build process and will trigger more rebuilds
than necessary.

Closes #17183
-rw-r--r--mk/rt.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/rt.mk b/mk/rt.mk
index 216abcf5f3e..63bfc4e1033 100644
--- a/mk/rt.mk
+++ b/mk/rt.mk
@@ -288,6 +288,10 @@ JEMALLOC_DEPS := $(wildcard \
 		   $(S)src/jemalloc/*/*/*/*)
 endif
 
+# See #17183 for details, this file is touched during the build process so we
+# don't want to consider it as a dependency.
+JEMALLOC_DEPS := $(filter-out $(S)src/jemalloc/VERSION,$(JEMALLOC_DEPS))
+
 JEMALLOC_NAME_$(1) := $$(call CFG_STATIC_LIB_NAME_$(1),jemalloc)
 ifeq ($$(CFG_WINDOWSY_$(1)),1)
   JEMALLOC_REAL_NAME_$(1) := $$(call CFG_STATIC_LIB_NAME_$(1),jemalloc_s)