Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2017 05:51:23 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r320718 - stable/11/tools/build/options
Message-ID:  <201707060551.v665pNEv023974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Jul  6 05:51:23 2017
New Revision: 320718
URL: https://svnweb.freebsd.org/changeset/base/320718

Log:
  MFC r317179:
  
  Clean up WITH*_PROFILE
  
  - Clarify that profiled libraries are usable with gprof(8).
  - Add WITH_PROFILE to complement WITHOUT_PROFILE and placate makeman.

Added:
  stable/11/tools/build/options/WITH_PROFILE
     - copied unchanged from r317179, head/tools/build/options/WITH_PROFILE
Modified:
  stable/11/tools/build/options/WITHOUT_PROFILE
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/tools/build/options/WITHOUT_PROFILE
==============================================================================
--- stable/11/tools/build/options/WITHOUT_PROFILE	Thu Jul  6 05:51:20 2017	(r320717)
+++ stable/11/tools/build/options/WITHOUT_PROFILE	Thu Jul  6 05:51:23 2017	(r320718)
@@ -1,2 +1,3 @@
 .\" $FreeBSD$
-Set to avoid compiling profiled libraries.
+Set to not build profiled libraries for use with
+.Xr gprof 8 .

Copied: stable/11/tools/build/options/WITH_PROFILE (from r317179, head/tools/build/options/WITH_PROFILE)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/11/tools/build/options/WITH_PROFILE	Thu Jul  6 05:51:23 2017	(r320718, copy of r317179, head/tools/build/options/WITH_PROFILE)
@@ -0,0 +1,3 @@
+.\" $FreeBSD$
+Set to build profiled libraries for use with
+.Xr gprof 8 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707060551.v665pNEv023974>