mk: Don't depend on src/jemalloc/VERSION
This file is touched during the build process and will trigger more rebuilds than necessary. Closes #17183
This commit is contained in:
parent
9c68679f2e
commit
134c1e954e
4
mk/rt.mk
4
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user