Author: bdrewery
Date: Wed Dec  2 00:49:45 2015
New Revision: 291627
URL: https://svnweb.freebsd.org/changeset/base/291627

Log:
  Fully connect cddl/usr.sbin/plockstat.
  
  There seems to be no reason to keep this so private.
  
  Also add missing optional MK_CDDL files.
  
  Sponsored by: EMC / Isilon Storage Division

Added:
  head/cddl/usr.sbin/plockstat/Makefile.depend   (contents, props changed)
Modified:
  head/cddl/usr.sbin/Makefile
  head/targets/pseudo/userland/cddl/Makefile.depend
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/cddl/usr.sbin/Makefile
==============================================================================
--- head/cddl/usr.sbin/Makefile Wed Dec  2 00:49:42 2015        (r291626)
+++ head/cddl/usr.sbin/Makefile Wed Dec  2 00:49:45 2015        (r291627)
@@ -25,10 +25,8 @@ _zhack=      zhack
 _dtrace=       dtrace
 _dtruss=       dtruss
 _lockstat=     lockstat
-.if defined(WITH_PLOCKSTAT)
 _plockstat=    plockstat
 .endif
-.endif
 
 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
 _dtrace=       dtrace

Added: head/cddl/usr.sbin/plockstat/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/cddl/usr.sbin/plockstat/Makefile.depend        Wed Dec  2 00:49:45 
2015        (r291627)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+       cddl/lib/libctf \
+       cddl/lib/libdtrace \
+       gnu/lib/csu \
+       gnu/lib/libgcc \
+       include \
+       include/xlocale \
+       lib/${CSU_DIR} \
+       lib/libc \
+       lib/libcompiler_rt \
+       lib/libcxxrt \
+       lib/libelf \
+       lib/libproc \
+       lib/librtld_db \
+       lib/libthr \
+       lib/libutil \
+       lib/libz \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

Modified: head/targets/pseudo/userland/cddl/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/cddl/Makefile.depend   Wed Dec  2 00:49:42 
2015        (r291626)
+++ head/targets/pseudo/userland/cddl/Makefile.depend   Wed Dec  2 00:49:45 
2015        (r291627)
@@ -20,6 +20,7 @@ DIRDEPS = \
        cddl/usr.sbin/dtrace \
        cddl/usr.sbin/dtruss \
        cddl/usr.sbin/lockstat \
+       cddl/usr.sbin/plockstat \
 
 
 DIRDEPS.ZFS = \

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc       Wed Dec  2 00:49:42 
2015        (r291626)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc       Wed Dec  2 00:49:45 
2015        (r291627)
@@ -978,7 +978,11 @@ OLD_FILES+=usr/lib32/libuutil_p.a
 OLD_LIBS+=lib/libdtrace.so.2
 OLD_FILES+=usr/sbin/dtrace
 OLD_FILES+=usr/sbin/lockstat
+OLD_FILES+=usr/sbin/plockstat
 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
+OLD_FILES+=usr/share/man/man1/dtruss.1.gz
+OLD_FILES+=usr/share/man/man1/lockstat.1.gz
+OLD_FILES+=usr/share/man/man1/plockstat.1.gz
 OLD_FILES+=usr/share/dtrace/disklatency
 OLD_FILES+=usr/share/dtrace/disklatencycmd
 OLD_FILES+=usr/share/dtrace/hotopen
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to