git: 74b048673865 - stable/12 - Correct markup in WITH_/WITHOUT_UNIFIED_OBJDIR descriptions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 May 2022 01:14:19 UTC
The branch stable/12 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=74b048673865ec87ce89e5d295bc00ffa3442512
commit 74b048673865ec87ce89e5d295bc00ffa3442512
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-04-30 19:39:21 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-05-07 01:13:47 +0000
Correct markup in WITH_/WITHOUT_UNIFIED_OBJDIR descriptions
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 60b08330a503b5a3380b5f68c2aa4c1c4f610a85)
---
tools/build/options/WITHOUT_UNIFIED_OBJDIR | 2 +-
tools/build/options/WITH_UNIFIED_OBJDIR | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/build/options/WITHOUT_UNIFIED_OBJDIR b/tools/build/options/WITHOUT_UNIFIED_OBJDIR
index 7683f0058f59..8d7e25bc062c 100644
--- a/tools/build/options/WITHOUT_UNIFIED_OBJDIR
+++ b/tools/build/options/WITHOUT_UNIFIED_OBJDIR
@@ -12,5 +12,5 @@ is used.
This option is transitional and will be removed in a future version of
.Fx ,
at which time
-.va WITH_UNIFIED_OBJDIR
+.Va WITH_UNIFIED_OBJDIR
will be enabled permanently.
diff --git a/tools/build/options/WITH_UNIFIED_OBJDIR b/tools/build/options/WITH_UNIFIED_OBJDIR
index 2bded8d521bb..72aad19d624f 100644
--- a/tools/build/options/WITH_UNIFIED_OBJDIR
+++ b/tools/build/options/WITH_UNIFIED_OBJDIR
@@ -9,5 +9,5 @@ is used.
This option is transitional and will be removed in a future version of
.Fx ,
at which time
-.va WITH_UNIFIED_OBJDIR
+.Va WITH_UNIFIED_OBJDIR
will be enabled permanently.