From owner-cvs-share Wed Apr 9 13:31:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA15608 for cvs-share-outgoing; Wed, 9 Apr 1997 13:31:18 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA15601; Wed, 9 Apr 1997 13:31:16 -0700 (PDT) Date: Wed, 9 Apr 1997 13:31:16 -0700 (PDT) From: John Polstra Message-Id: <199704092031.NAA15601@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.lib.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/04/09 13:31:16 Modified: share/mk bsd.lib.mk Log: Use "-pg" instead of "-p" for generating profiled object files. The two options differ only when linking, but "-p" is incorrect because it is associated with the old-style "prof" command, which we do not support. Revision Changes Path 1.52 +5 -5 src/share/mk/bsd.lib.mk