From owner-svn-src-all@FreeBSD.ORG Thu Nov 6 23:05:16 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF45751D; Thu, 6 Nov 2014 23:05:16 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask.apl.washington.edu", Issuer "troutmask.apl.washington.edu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D06BB36; Thu, 6 Nov 2014 23:05:16 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.9/8.14.9) with ESMTP id sA6N5Apd083804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 6 Nov 2014 15:05:10 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.9/8.14.9/Submit) id sA6N5AlG083803; Thu, 6 Nov 2014 15:05:10 -0800 (PST) (envelope-from sgk) Date: Thu, 6 Nov 2014 15:05:10 -0800 From: Steve Kargl To: Devin Teske Subject: Re: svn commit: r274203 - head Message-ID: <20141106230509.GA83754@troutmask.apl.washington.edu> References: <201411062253.sA6Mro6t023294@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201411062253.sA6Mro6t023294@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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.18-1 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: Thu, 06 Nov 2014 23:05:16 -0000 On Thu, Nov 06, 2014 at 10:53:50PM +0000, Devin Teske wrote: > Author: dteske > Date: Thu Nov 6 22:53:50 2014 > New Revision: 274203 > URL: https://svnweb.freebsd.org/changeset/base/274203 > > Log: > SUBDIR_DEPENDS__ in lib/Makefile is not working out so well for me. > Add to using _prebuild_libs in (top-level) Makefile.inc1. > NB: Unbreak build yet again (we'll get this right eventually) Any chance that you can test your changes before committing? -- Steve