summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-16 15:15:58 +0100
committerGitHub <noreply@github.com>2020-01-16 15:15:58 +0100
commitdb00ee97e950290a6bc5d669cde0cbc54bb94afe (patch)
tree7a0499cfd20175a42b58371324c2638c1a40d6d6 /Makefile
parent61fbce710b8d69e1203ea9055479a3f9dbe626b9 (diff)
parentc3d90179dcd550d2ad6df7a7ea07b143a3f3beab (diff)
downloadpodman-db00ee97e950290a6bc5d669cde0cbc54bb94afe.tar.gz
podman-db00ee97e950290a6bc5d669cde0cbc54bb94afe.tar.bz2
podman-db00ee97e950290a6bc5d669cde0cbc54bb94afe.zip
Merge pull request #4881 from vrothberg/terminate-service
v2: don't block sigterm and add the service to `make binaries`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62ed1e21f..dabfc65dd 100644
--- a/Makefile
+++ b/Makefile
@@ -322,7 +322,7 @@ system.test-binary: .install.ginkgo
vagrant-check:
BOX=$(BOX) sh ./vagrant.sh
-binaries: varlink_generate podman podman-remote ## Build podman
+binaries: varlink_generate podman podman-remote service ## Build podman
install.catatonit:
./hack/install_catatonit.sh