From owner-cvs-src-old@FreeBSD.ORG Fri Jan 22 14:06:10 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D17A106566C for ; Fri, 22 Jan 2010 14:06:10 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 728B28FC1A for ; Fri, 22 Jan 2010 14:06:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0ME6A7Z059094 for ; Fri, 22 Jan 2010 14:06:10 GMT (envelope-from sepotvin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0ME6ACL059093 for cvs-src-old@freebsd.org; Fri, 22 Jan 2010 14:06:10 GMT (envelope-from sepotvin@repoman.freebsd.org) Message-Id: <201001221406.o0ME6ACL059093@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sepotvin@repoman.freebsd.org using -f From: "Stephane E. Potvin" Date: Fri, 22 Jan 2010 14:05:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk bsd.lib.mk sys.mk X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2010 14:06:10 -0000 sepotvin 2010-01-22 14:05:48 UTC FreeBSD src repository Modified files: share/mk bsd.lib.mk sys.mk Log: SVN rev 202807 on 2010-01-22 14:05:48Z by sepotvin Introduce two new flags PO_CFLAGS and PO_CXXFLAGS to make it possible to have different flags when building profiled objects. MFC after: 1 month Revision Changes Path 1.187 +4 -4 src/share/mk/bsd.lib.mk 1.103 +2 -0 src/share/mk/sys.mk