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
This commit is contained in:
bors 2014-09-15 07:06:09 +00:00
commit 3e7e2af472
1 changed files with 4 additions and 0 deletions

View File

@ -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)