From 7d64258b948f3cf5eff403fb03ff1b59921dc9e9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Sun, 24 May 2020 06:20:17 -0400 Subject: Makefile: customizable $REMOTETAGS This change will allow the builder to specify custom REMOTETAGS. Signed-off-by: Lokesh Mandvekar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- cgit v1.2.3-54-g00ecf