From owner-svn-src-stable@freebsd.org Thu Jul 6 05:51:24 2017 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84659DA2E6B; Thu, 6 Jul 2017 05:51:24 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 535B3824CB; Thu, 6 Jul 2017 05:51:24 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v665pNls023976; Thu, 6 Jul 2017 05:51:23 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v665pNEv023974; Thu, 6 Jul 2017 05:51:23 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201707060551.v665pNEv023974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Thu, 6 Jul 2017 05:51:23 +0000 (UTC) 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 X-SVN-Group: stable-11 X-SVN-Commit-Author: ngie X-SVN-Commit-Paths: stable/11/tools/build/options X-SVN-Commit-Revision: 320718 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2017 05:51:24 -0000 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 .