diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2022-09-05 22:29:04 (GMT) |
---|---|---|
committer | Cristian Adam <cristian.adam@gmail.com> | 2022-09-05 23:02:34 (GMT) |
commit | 288f72efea0636c498755a9cec6d5ddcbfed5c8c (patch) | |
tree | 990b00b513085b8f843f697bbcec8333c32f1309 /Help/release/dev | |
parent | 9b1b9b9aae371acb9d18b481d45bcaec2d312e27 (diff) | |
download | CMake-288f72efea0636c498755a9cec6d5ddcbfed5c8c.zip CMake-288f72efea0636c498755a9cec6d5ddcbfed5c8c.tar.gz CMake-288f72efea0636c498755a9cec6d5ddcbfed5c8c.tar.bz2 |
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
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/BSD.rst | 5 | ||||
-rw-r--r-- | Help/release/dev/bsd-variables.rst | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/Help/release/dev/BSD.rst b/Help/release/dev/BSD.rst new file mode 100644 index 0000000..fab2015 --- /dev/null +++ b/Help/release/dev/BSD.rst @@ -0,0 +1,5 @@ +Variables +--------- + +* The :variable:`BSD` variable is set to a string value when the target system is BSD. + This value can be one of the following: DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD. diff --git a/Help/release/dev/bsd-variables.rst b/Help/release/dev/bsd-variables.rst deleted file mode 100644 index 9d59edc..0000000 --- a/Help/release/dev/bsd-variables.rst +++ /dev/null @@ -1,9 +0,0 @@ -bsd-variables -------------- - -* The :variable:`BSD` variable is set to true when the target system - is BSD (DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD) -* The :variable:`DRAGONFLYBSD` variable is set to true when the target system is DragonFlyBSD. -* The :variable:`FREEBSD` variable is set to true when the target system is FreeBSD. -* The :variable:`NETBSD` variable is set to true when the target system is NetBSD. -* The :variable:`OPENBSD` variable is set to true when the target system is OpenBSD. |