summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-25 04:24:44 -0400
committerGitHub <noreply@github.com>2020-05-25 04:24:44 -0400
commit3ea511566ae2ff74f181a062e137015951c607fa (patch)
tree9f7d28de0e5a2c05708e7f8f6bd0d11038ad7a33 /Makefile
parentb4cd54a2fa5f6c0c2239ff619b9b306deed0f6a7 (diff)
parent7d64258b948f3cf5eff403fb03ff1b59921dc9e9 (diff)
downloadpodman-3ea511566ae2ff74f181a062e137015951c607fa.tar.gz
podman-3ea511566ae2ff74f181a062e137015951c607fa.tar.bz2
podman-3ea511566ae2ff74f181a062e137015951c607fa.zip
Merge pull request #6373 from lsm5/Makefile-custom-REMOTETAGS
Makefile: customizable $REMOTETAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16a09fb59..7c9240ca6 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ ETCDIR ?= /etc
TMPFILESDIR ?= ${PREFIX}/lib/tmpfiles.d
SYSTEMDDIR ?= ${PREFIX}/lib/systemd/system
USERSYSTEMDDIR ?= ${PREFIX}/lib/systemd/user
-REMOTETAGS := !ABISupport remoteclient exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp
+REMOTETAGS ?= !ABISupport remoteclient exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp
BUILDTAGS ?= \
$(shell hack/apparmor_tag.sh) \
$(shell hack/btrfs_installed_tag.sh) \