summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-01-29 17:18:02 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-01-30 08:44:10 +0100
commit0428eb611133a1299acfba624a48b648e1cbf6e1 (patch)
tree5a713de7a8edb283be989fc1e72a705613764239 /Makefile
parent5aadd45f7c6eee0b5f6ef3390222cfed996ac73c (diff)
downloadpodman-0428eb611133a1299acfba624a48b648e1cbf6e1.tar.gz
podman-0428eb611133a1299acfba624a48b648e1cbf6e1.tar.bz2
podman-0428eb611133a1299acfba624a48b648e1cbf6e1.zip
Makefile: remove dead vagrant target
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 8e44c22cc..c56a65c51 100644
--- a/Makefile
+++ b/Makefile
@@ -108,8 +108,6 @@ endif
GOMD2MAN ?= $(shell command -v go-md2man || echo '$(GOBIN)/go-md2man')
-BOX="fedora_atomic"
-
CROSS_BUILD_TARGETS := \
bin/podman.cross.darwin.amd64 \
bin/podman.cross.linux.amd64
@@ -318,9 +316,6 @@ remotesystem:
system.test-binary: .install.ginkgo
$(GO) test -c ./test/system
-vagrant-check:
- BOX=$(BOX) sh ./vagrant.sh
-
binaries: varlink_generate podman podman-remote ## Build podman
install.catatonit: