Skip to content

Commit 21cf9c8

Browse files
committed
build: Touch llvm-config after building
llvm-config is the file we base our LLVM build rule on, but rebuilding LLVM doesn't always rebuild it, so touch.
1 parent 202260f commit 21cf9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/llvm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ifeq ($(CFG_LLVM_ROOT),)
1414
$$(LLVM_CONFIG_$(1)): $$(LLVM_DEPS)
1515
@$$(call E, make: llvm)
1616
$$(Q)$$(MAKE) -C $$(CFG_LLVM_BUILD_DIR_$(1)) $$(CFG_LLVM_BUILD_ENV)
17-
17+
$$(Q)touch $$(LLVM_CONFIG_$(1))
1818
endif
1919

2020
endef

0 commit comments

Comments
 (0)