Browse Source

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
pull/16140/head
Thomas Eckert 2 years ago committed by GitHub
parent
commit
674c5570b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      GNUmakefile

2
GNUmakefile

@ -366,7 +366,7 @@ codegen-tools:
@$(SHELL) $(CURDIR)/build-support/scripts/devtools.sh -codegen
.PHONY: deep-copy
deep-copy:
deep-copy: codegen-tools
@$(SHELL) $(CURDIR)/agent/structs/deep-copy.sh
@$(SHELL) $(CURDIR)/agent/proxycfg/deep-copy.sh

Loading…
Cancel
Save