From f94360971e649fa684ef3b7e72839b59c7242bdb Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 28 Jun 2021 17:30:48 -0400 Subject: [PATCH] Clarify notice for profiled libraries in FreeBSD 14 Reported by: kevans Fixes: 175841285e28 ("Add deprecation notice for...") Sponsored by: The FreeBSD Foundation --- share/man/man5/src.conf.5 | 4 +++- tools/build/options/WITHOUT_PROFILE | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 342c9f92b23..e9265df9051 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,6 +1,6 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. .\" $FreeBSD$ -.Dd June 27, 2021 +.Dd June 28, 2021 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1362,6 +1362,8 @@ mips/mips64. .It Va WITH_PROFILE Build profiled libraries for use with .Xr gprof 8 . +This option is deprecated and is not present in +.Fx 14 . .Pp This is a default setting on amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, powerpc/powerpc, powerpc/powerpc64, riscv/riscv64 and riscv/riscv64sf. diff --git a/tools/build/options/WITHOUT_PROFILE b/tools/build/options/WITHOUT_PROFILE index 5cc8dbb027c..7fdb12c94cd 100644 --- a/tools/build/options/WITHOUT_PROFILE +++ b/tools/build/options/WITHOUT_PROFILE @@ -1,5 +1,3 @@ .\" $FreeBSD$ Do not build profiled libraries for use with .Xr gprof 8 . -This option is enabled by default as of -.Fx 14 .