svn commit: r317179 - head/tools/build/options

Ngie Cooper ngie at FreeBSD.org
Thu Apr 20 03:36:11 UTC 2017


Author: ngie
Date: Thu Apr 20 03:36:09 2017
New Revision: 317179
URL: https://svnweb.freebsd.org/changeset/base/317179

Log:
  Clean up WITH*_PROFILE
  
  - Clarify that profiled libraries are usable with gprof(8).
  - Add WITH_PROFILE to complement WITHOUT_PROFILE and placate makeman.
  
  MFC after:	7 weeks
  Sponsored by:	Dell EMC Isilon

Added:
  head/tools/build/options/WITH_PROFILE
     - copied, changed from r317167, head/tools/build/options/WITHOUT_PROFILE
Modified:
  head/tools/build/options/WITHOUT_PROFILE

Modified: head/tools/build/options/WITHOUT_PROFILE
==============================================================================
--- head/tools/build/options/WITHOUT_PROFILE	Thu Apr 20 03:32:30 2017	(r317178)
+++ head/tools/build/options/WITHOUT_PROFILE	Thu Apr 20 03:36:09 2017	(r317179)
@@ -1,2 +1,3 @@
 .\" $FreeBSD$
-Set to avoid compiling profiled libraries.
+Set to not build profiled libraries for use with
+.Xr gprof 8 .

Copied and modified: head/tools/build/options/WITH_PROFILE (from r317167, head/tools/build/options/WITHOUT_PROFILE)
==============================================================================
--- head/tools/build/options/WITHOUT_PROFILE	Wed Apr 19 20:35:47 2017	(r317167, copy source)
+++ head/tools/build/options/WITH_PROFILE	Thu Apr 20 03:36:09 2017	(r317179)
@@ -1,2 +1,3 @@
 .\" $FreeBSD$
-Set to avoid compiling profiled libraries.
+Set to build profiled libraries for use with
+.Xr gprof 8 .


More information about the svn-src-head mailing list