mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
Makefile; make podman depend on varlink_generate
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #663 Approved by: baude
This commit is contained in:

committed by
Atomic Bot

parent
cf41dc70b3
commit
9c518eb8b4
2
Makefile
2
Makefile
@ -86,7 +86,7 @@ test/copyimg/copyimg: .gopathok $(wildcard test/copyimg/*.go)
|
||||
test/checkseccomp/checkseccomp: .gopathok $(wildcard test/checkseccomp/*.go)
|
||||
$(GO) build $(LDFLAGS) -tags "$(BUILDTAGS) containers_image_ostree_stub" -o $@ $(PROJECT)/test/checkseccomp
|
||||
|
||||
podman: .gopathok $(shell hack/find-godeps.sh $(GOPKGDIR) cmd/podman $(PROJECT))
|
||||
podman: .gopathok $(shell hack/find-godeps.sh $(GOPKGDIR) cmd/podman $(PROJECT)) varlink_generate
|
||||
$(GO) build -i $(LDFLAGS_PODMAN) -tags "$(BUILDTAGS)" -o bin/$@ $(PROJECT)/cmd/podman
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user