mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #9221 from oech3/patch-1
GNUmakefile: generalize logic for SELINUX_PROGS for many platforms
This commit is contained in:
+2
-2
@@ -208,8 +208,8 @@ HASHSUM_PROGS := \
|
||||
|
||||
$(info Detected OS = $(OS))
|
||||
|
||||
# Don't build the SELinux programs on macOS (Darwin) and FreeBSD
|
||||
ifeq ($(filter $(OS),Darwin FreeBSD),$(OS))
|
||||
# Build the SELinux programs only on Linux
|
||||
ifeq ($(filter $(OS),Linux),)
|
||||
SELINUX_PROGS :=
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user