svn commit: r274124 - in head: lib usr.bin
Devin Teske
dteske at FreeBSD.org
Wed Nov 5 02:58:03 UTC 2014
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 \
More information about the svn-src-head
mailing list