Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2014 02:58:02 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274124 - in head: lib usr.bin
Message-ID:  <201411050258.sA52w29N074919@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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).
  
  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?201411050258.sA52w29N074919>