From owner-svn-src-all@FreeBSD.ORG Wed Sep 4 00:16:07 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E9236528; Wed, 4 Sep 2013 00:16:07 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E0622812; Wed, 4 Sep 2013 00:16:07 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id f8so6617813obp.36 for ; Tue, 03 Sep 2013 17:16:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=vbtLcUMdPgJjTscjlnk91Dc5lqkWIdmF7X1B0uR5EcI=; b=bMMyUj9CY2gj8cMoRHB8lzCkbpU0JoSC4jZeW6wbKtJ9FmnolilKTzNq4/p88lR+Tb 3UVxLGgp1mZ1wLrlQDG2YhrQpy+rM742k93JBFy5yU0l6ZtsQXFMT4ySM31CZ0cfJ7mX sil7DsAlAU+Ddkh2YiWqWC56NnDn2ptmmbasR11ilNNcv+l0JYguYFc3xU2jiOuh9y8q +CjPNBFKudqBn3TXVUgL+tOo7tNHkVz6U/dfq17Xs2uTz+tgMIBTBb2ablhEuZdLFZTk ztcH3Lu+dNilzqpOTdS7soiM1Hr7J8w4hdbYUz9tCsxTnt+CH7euy2KIDfYUZE+HpxRi hK4w== MIME-Version: 1.0 X-Received: by 10.182.142.106 with SMTP id rv10mr70210obb.51.1378253766902; Tue, 03 Sep 2013 17:16:06 -0700 (PDT) Sender: carpeddiem@gmail.com Received: by 10.60.25.38 with HTTP; Tue, 3 Sep 2013 17:16:06 -0700 (PDT) In-Reply-To: <52263E7C.9070404@freebsd.org> References: <201309031331.r83DVhGY041066@svn.freebsd.org> <52263E7C.9070404@freebsd.org> Date: Tue, 3 Sep 2013 20:16:06 -0400 X-Google-Sender-Auth: ja2Z0rMOrcZ6wuGbThpMj40r8Ko Message-ID: Subject: Re: svn commit: r255175 - head/lib/libexecinfo From: Ed Maste To: Andrey Chernov Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 00:16:08 -0000 On 3 September 2013 15:54, Andrey Chernov wrote: > On 03.09.2013 17:31, Ed Maste wrote: >> Author: emaste >> Date: Tue Sep 3 13:31:43 2013 >> New Revision: 255175 >> URL: http://svnweb.freebsd.org/changeset/base/255175 >> >> Log: >> Don't install private libexecinfo headers > > Perhaps it should be added to obsolete files cleanup... Libexecinfo wasn't connected to the build prior to this fix, so I think there's no need.