We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2d01f commit b752f30Copy full SHA for b752f30
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 202260f19e6db4d410c121aba06a27e73366d822
+refs/heads/master: 21cf9c86987d6aba0075307d80014e5418eab10f
trunk/mk/llvm.mk
@@ -14,7 +14,7 @@ ifeq ($(CFG_LLVM_ROOT),)
14
$$(LLVM_CONFIG_$(1)): $$(LLVM_DEPS)
15
@$$(call E, make: llvm)
16
$$(Q)$$(MAKE) -C $$(CFG_LLVM_BUILD_DIR_$(1)) $$(CFG_LLVM_BUILD_ENV)
17
-
+ $$(Q)touch $$(LLVM_CONFIG_$(1))
18
endif
19
20
endef
0 commit comments