mirror of
https://github.com/containers/podman.git
synced 2025-07-29 11:22:38 +08:00
Makefile: remove redundant BUILDFLAGS
We don't set it, so there's no need to keep it. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
1
Makefile
1
Makefile
@ -22,7 +22,6 @@ ETCDIR ?= /etc
|
||||
TMPFILESDIR ?= ${PREFIX}/lib/tmpfiles.d
|
||||
SYSTEMDDIR ?= ${PREFIX}/lib/systemd/system
|
||||
USERSYSTEMDDIR ?= ${PREFIX}/lib/systemd/user
|
||||
BUILDFLAGS ?=
|
||||
BUILDTAGS ?= \
|
||||
$(shell hack/apparmor_tag.sh) \
|
||||
$(shell hack/btrfs_installed_tag.sh) \
|
||||
|
Reference in New Issue
Block a user