git: 1ce26701708e - stable/13 - 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:08 UTC
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=1ce26701708ea285e6f64ed58f0161e5edf50cb9 commit 1ce26701708ea285e6f64ed58f0161e5edf50cb9 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:58 +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 7df78081bb8d..c20a96aeaea3 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 4bc7c6a65904..8fe8229c597c 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.