Skip to content

Commit

Permalink
Merge pull request containers#4842 from Foxboron/morten/fix-race
Browse files Browse the repository at this point in the history
[Makefile] Ensure .gopathok dependency is met for varlink
  • Loading branch information
openshift-merge-robot committed Jan 11, 2020
2 parents 0e9c208 + 627d713 commit 2d5fd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ install.libseccomp.sudo:
cd ../../seccomp/libseccomp && git checkout --detach $(LIBSECCOMP_COMMIT) && ./autogen.sh && ./configure --prefix=/usr && make all && make install


cmd/podman/varlink/iopodman.go: cmd/podman/varlink/io.podman.varlink
cmd/podman/varlink/iopodman.go: .gopathok cmd/podman/varlink/io.podman.varlink
GO111MODULE=off $(GO) generate ./cmd/podman/varlink/...

API.md: cmd/podman/varlink/io.podman.varlink
Expand Down

0 comments on commit 2d5fd7c

Please sign in to comment.