mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 11:54:12 +00:00
Set codegen-tools
to be a dependency of deep-copy
(#16124)
* Add a little message if the user runs deep-copy without it installed * Take codegen-tools as a dependency to deep-copy
This commit is contained in:
parent
a010902978
commit
674c5570b6
@ -366,7 +366,7 @@ codegen-tools:
|
|||||||
@$(SHELL) $(CURDIR)/build-support/scripts/devtools.sh -codegen
|
@$(SHELL) $(CURDIR)/build-support/scripts/devtools.sh -codegen
|
||||||
|
|
||||||
.PHONY: deep-copy
|
.PHONY: deep-copy
|
||||||
deep-copy:
|
deep-copy: codegen-tools
|
||||||
@$(SHELL) $(CURDIR)/agent/structs/deep-copy.sh
|
@$(SHELL) $(CURDIR)/agent/structs/deep-copy.sh
|
||||||
@$(SHELL) $(CURDIR)/agent/proxycfg/deep-copy.sh
|
@$(SHELL) $(CURDIR)/agent/proxycfg/deep-copy.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user