svn commit: r320718 - stable/11/tools/build/options

Ngie Cooper ngie at FreeBSD.org
Thu Jul 6 05:51:24 UTC 2017


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 .


More information about the svn-src-all mailing list