Date: Tue, 04 Nov 2014 20:47:07 -0700 From: Ian Lepore <ian@FreeBSD.org> To: Devin Teske <dteske@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r274124 - in head: lib usr.bin Message-ID: <1415159227.1200.130.camel@revolution.hippie.lan> In-Reply-To: <201411050258.sA52w29N074919@svn.freebsd.org> References: <201411050258.sA52w29N074919@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 \ >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1415159227.1200.130.camel>