mirror of
https://github.com/containers/podman.git
synced 2025-06-27 05:26:50 +08:00
Makefile: remove dead vagrant target
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
5
Makefile
5
Makefile
@ -108,8 +108,6 @@ endif
|
|||||||
|
|
||||||
GOMD2MAN ?= $(shell command -v go-md2man || echo '$(GOBIN)/go-md2man')
|
GOMD2MAN ?= $(shell command -v go-md2man || echo '$(GOBIN)/go-md2man')
|
||||||
|
|
||||||
BOX="fedora_atomic"
|
|
||||||
|
|
||||||
CROSS_BUILD_TARGETS := \
|
CROSS_BUILD_TARGETS := \
|
||||||
bin/podman.cross.darwin.amd64 \
|
bin/podman.cross.darwin.amd64 \
|
||||||
bin/podman.cross.linux.amd64
|
bin/podman.cross.linux.amd64
|
||||||
@ -318,9 +316,6 @@ remotesystem:
|
|||||||
system.test-binary: .install.ginkgo
|
system.test-binary: .install.ginkgo
|
||||||
$(GO) test -c ./test/system
|
$(GO) test -c ./test/system
|
||||||
|
|
||||||
vagrant-check:
|
|
||||||
BOX=$(BOX) sh ./vagrant.sh
|
|
||||||
|
|
||||||
binaries: varlink_generate podman podman-remote ## Build podman
|
binaries: varlink_generate podman podman-remote ## Build podman
|
||||||
|
|
||||||
install.catatonit:
|
install.catatonit:
|
||||||
|
Reference in New Issue
Block a user