From owner-cvs-src-old@FreeBSD.ORG Thu Sep 9 11:10:26 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 C30671065706 for ; Thu, 9 Sep 2010 11:10:26 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B0CC08FC18 for ; Thu, 9 Sep 2010 11:10:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o89BAQTF056845 for ; Thu, 9 Sep 2010 11:10:26 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o89BAQjl056844 for cvs-src-old@freebsd.org; Thu, 9 Sep 2010 11:10:26 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201009091110.o89BAQjl056844@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Thu, 9 Sep 2010 11:10:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_link.c 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: Thu, 09 Sep 2010 11:10:26 -0000 rpaulo 2010-09-09 11:10:15 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/lib/libdtrace/common dt_link.c Log: SVN rev 212358 on 2010-09-09 11:10:15Z by rpaulo Don't clobber an existing target object file when doing the DTrace linking process. This is needed because we change the source object files and the second this dtrace -G is run, no probes will be found. This hack allows us to build postgres with DTrace probes enabled. I'll try to find a way to fix this without needing this hack. Sponsored by: The FreeBSD Foundation Revision Changes Path 1.6 +12 -0 src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c