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 \ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"