BSD: Only use BSD as variable for target BSD system

Instead of having multiple boolean variables, we only have one
string variable: BSD with the name of the target BSD system.

Relates: #23853
This commit is contained in:
Cristian Adam
2022-09-06 00:29:04 +02:00
parent 9b1b9b9aae
commit 288f72efea
12 changed files with 11 additions and 46 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ BSD
.. versionadded:: 3.25
Set to true when the target system is BSD (DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD)
Set to a string value when the target system is BSD. This value can be one of
the following: DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD.