summaryrefslogtreecommitdiff
path: root/vendor/github.com/uber/jaeger-client-go/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-23 06:15:04 -0800
committerGitHub <noreply@github.com>2020-01-23 06:15:04 -0800
commitc5f3899cb4133922a9732aff4680bb7eea3d391b (patch)
tree0c72728147e8162969f8893ab0b1cb3cc7ee4e43 /vendor/github.com/uber/jaeger-client-go/Makefile
parent4113e7152e19a4f93ce979a5c4cadd763dd37afe (diff)
parentfd36a33dc31bb26182f032b3f3ed9f7b0cfb792c (diff)
downloadpodman-c5f3899cb4133922a9732aff4680bb7eea3d391b.tar.gz
podman-c5f3899cb4133922a9732aff4680bb7eea3d391b.tar.bz2
podman-c5f3899cb4133922a9732aff4680bb7eea3d391b.zip
Merge pull request #4943 from containers/dependabot/go_modules/github.com/uber/jaeger-client-go-2.22.1+incompatible
build(deps): bump github.com/uber/jaeger-client-go from 2.20.1+incompatible to 2.22.1+incompatible
Diffstat (limited to 'vendor/github.com/uber/jaeger-client-go/Makefile')
-rw-r--r--vendor/github.com/uber/jaeger-client-go/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/vendor/github.com/uber/jaeger-client-go/Makefile b/vendor/github.com/uber/jaeger-client-go/Makefile
index 0cfe6a5f6..d5e962ccf 100644
--- a/vendor/github.com/uber/jaeger-client-go/Makefile
+++ b/vendor/github.com/uber/jaeger-client-go/Makefile
@@ -83,8 +83,12 @@ cover-html: cover
test-examples:
make -C examples
+.PHONY: thrift
+thrift: idl-submodule thrift-compile
+
# TODO at the moment we're not generating tchan_*.go files
-thrift: idl-submodule thrift-image
+.PHONY: thrift-compile
+thrift-compile: thrift-image
$(THRIFT) -o /data --gen go:$(THRIFT_GO_ARGS) --out /data/$(THRIFT_GEN_DIR) /data/idl/thrift/agent.thrift
$(THRIFT) -o /data --gen go:$(THRIFT_GO_ARGS) --out /data/$(THRIFT_GEN_DIR) /data/idl/thrift/sampling.thrift
$(THRIFT) -o /data --gen go:$(THRIFT_GO_ARGS) --out /data/$(THRIFT_GEN_DIR) /data/idl/thrift/jaeger.thrift
@@ -99,10 +103,12 @@ thrift: idl-submodule thrift-image
rm -rf crossdock/thrift/*/*-remote
rm -rf thrift-gen/jaeger/collector.go
+.PHONY: idl-submodule
idl-submodule:
git submodule init
git submodule update
+.PHONY: thrift-image
thrift-image:
$(THRIFT) -version