mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +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
|
TMPFILESDIR ?= ${PREFIX}/lib/tmpfiles.d
|
||||||
SYSTEMDDIR ?= ${PREFIX}/lib/systemd/system
|
SYSTEMDDIR ?= ${PREFIX}/lib/systemd/system
|
||||||
USERSYSTEMDDIR ?= ${PREFIX}/lib/systemd/user
|
USERSYSTEMDDIR ?= ${PREFIX}/lib/systemd/user
|
||||||
BUILDFLAGS ?=
|
|
||||||
BUILDTAGS ?= \
|
BUILDTAGS ?= \
|
||||||
$(shell hack/apparmor_tag.sh) \
|
$(shell hack/apparmor_tag.sh) \
|
||||||
$(shell hack/btrfs_installed_tag.sh) \
|
$(shell hack/btrfs_installed_tag.sh) \
|
||||||
|
Reference in New Issue
Block a user