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 .
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"