svn commit: r274124 - in head: lib usr.bin
Ian Lepore
ian at FreeBSD.org
Wed Nov 5 03:47:10 UTC 2014
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 \
>
More information about the svn-src-head
mailing list