X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=4297746a1fa5df70e0d451eeed316378ec130237;hb=d372b4efe26650dbc83908ca0bbee38d90aed3e9;hp=f6e2b9c632e5aa942a8385cb25502734a2bfe0ca;hpb=2c419b100f5f90c1215617d0fac81fa6749c4d6b;p=govpp.git diff --git a/Makefile b/Makefile index f6e2b9c..4297746 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,6 @@ gen-binapi-docker: install-generator ## Generate binapi code (using Docker) @echo "# generating binapi in docker image ${VPP_IMG}" $(eval cmds := $(shell go generate -n $(BINAPI_DIR) 2>&1 | tr "\n" ";")) docker run -t --rm \ - -v "$(shell which gofmt):/usr/local/bin/gofmt:ro" \ -v "$(shell which binapi-generator):/usr/local/bin/binapi-generator:ro" \ -v "$(shell pwd):/govpp" -w /govpp \ -u "$(shell id -u):$(shell id -g)" \