From owner-svn-src-all@FreeBSD.ORG Wed Nov 5 03:47:10 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A815A927; Wed, 5 Nov 2014 03:47:10 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B13F649; Wed, 5 Nov 2014 03:47:09 +0000 (UTC) Received: from [73.34.117.227] (helo=ilsoft.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1XlrYq-000Odh-Ci; Wed, 05 Nov 2014 03:47:08 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id sA53l7M1003507; Tue, 4 Nov 2014 20:47:07 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19KahUWVo/Nrf1AeqzgAg3l X-Authentication-Warning: paranoia.hippie.lan: Host revolution.hippie.lan [172.22.42.240] claimed to be [172.22.42.240] Subject: Re: svn commit: r274124 - in head: lib usr.bin From: Ian Lepore To: Devin Teske In-Reply-To: <201411050258.sA52w29N074919@svn.freebsd.org> References: <201411050258.sA52w29N074919@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Tue, 04 Nov 2014 20:47:07 -0700 Message-ID: <1415159227.1200.130.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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: Wed, 05 Nov 2014 03:47:10 -0000 On Wed, 2014-11-05 at 02:58 +0000, Devin Teske wrote: > Author: dteske > Date: Wed Nov 5 02:58:02 2014 > New Revision: 274124 > URL: https://svnweb.freebsd.org/changeset/base/274124 > > Log: > Temporarily _disable_ compilation of dpv(3) and dpv(1). > Will revisit this to find out how to solve the ordering > issue in buildworld (potentially `make -j' specific). > I think you probably just need to add a subdir order dependency. See the comment around line 120 in lib/Makefile. (Hmm, maybe that comment should be easier to notice, somewhere near the top of the file.) -- Ian > Reviewed by: shurd > > Modified: > head/lib/Makefile > head/usr.bin/Makefile > > Modified: head/lib/Makefile > ============================================================================== > --- head/lib/Makefile Wed Nov 5 02:36:28 2014 (r274123) > +++ head/lib/Makefile Wed Nov 5 02:58:02 2014 (r274124) > @@ -42,7 +42,6 @@ SUBDIR= ${SUBDIR_ORDERED} \ > libcrypt \ > libdevinfo \ > libdevstat \ > - libdpv \ > libdwarf \ > libedit \ > ${_libevent} \ > > Modified: head/usr.bin/Makefile > ============================================================================== > --- head/usr.bin/Makefile Wed Nov 5 02:36:28 2014 (r274123) > +++ head/usr.bin/Makefile Wed Nov 5 02:58:02 2014 (r274124) > @@ -36,7 +36,6 @@ SUBDIR= alias \ > ctlstat \ > cut \ > dirname \ > - dpv \ > du \ > ee \ > elf2aout \ >