Skip to content

Commit 3e7e2af

Browse files
committed
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
2 parents e4771d1 + 134c1e9 commit 3e7e2af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mk/rt.mk

+4
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ JEMALLOC_DEPS := $(wildcard \
288288
$(S)src/jemalloc/*/*/*/*)
289289
endif
290290

291+
# See #17183 for details, this file is touched during the build process so we
292+
# don't want to consider it as a dependency.
293+
JEMALLOC_DEPS := $(filter-out $(S)src/jemalloc/VERSION,$(JEMALLOC_DEPS))
294+
291295
JEMALLOC_NAME_$(1) := $$(call CFG_STATIC_LIB_NAME_$(1),jemalloc)
292296
ifeq ($$(CFG_WINDOWSY_$(1)),1)
293297
JEMALLOC_REAL_NAME_$(1) := $$(call CFG_STATIC_LIB_NAME_$(1),jemalloc_s)

0 commit comments

Comments
 (0)