svn commit: r288339 - in head: . cddl/contrib/opensolaris/cmd/sgs cddl/usr.bin cddl/usr.bin/sgsmsg targets/pseudo/userland/cddl tools/build/mk

Andriy Gapon avg at FreeBSD.org
Mon Sep 28 12:38:59 UTC 2015


Author: avg
Date: Mon Sep 28 12:38:57 2015
New Revision: 288339
URL: https://svnweb.freebsd.org/changeset/base/288339

Log:
  remove unused sgsmsg utility (originally imported from opensolaris)
  
  MFC after:	25 days

Deleted:
  head/cddl/contrib/opensolaris/cmd/sgs/
  head/cddl/usr.bin/sgsmsg/
Modified:
  head/Makefile.inc1
  head/ObsoleteFiles.inc
  head/cddl/usr.bin/Makefile
  head/targets/pseudo/userland/cddl/Makefile.depend
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Mon Sep 28 12:30:22 2015	(r288338)
+++ head/Makefile.inc1	Mon Sep 28 12:38:57 2015	(r288339)
@@ -1497,7 +1497,7 @@ _btxld=		usr.sbin/btxld
 # Rebuild ctfconvert and ctfmerge to avoid difficult-to-diagnose failures
 # resulting from missing bug fixes or ELF Toolchain updates.
 .if ${MK_CDDL} != "no"
-_dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf cddl/usr.bin/ctfconvert \
+_dtrace_tools= cddl/lib/libctf cddl/usr.bin/ctfconvert \
     cddl/usr.bin/ctfmerge
 .endif
 

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Mon Sep 28 12:30:22 2015	(r288338)
+++ head/ObsoleteFiles.inc	Mon Sep 28 12:38:57 2015	(r288339)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20150928: unused sgsmsg utility is removed
+OLD_FILES+=usr/bin/sgsmsg
 # 20150926: remove links to removed/unimplemented mbuf(9) macros
 OLD_FILES+=usr/share/man/man9/MEXT_ADD_REF.9.gz
 OLD_FILES+=usr/share/man/man9/MEXTFREE.9.gz

Modified: head/cddl/usr.bin/Makefile
==============================================================================
--- head/cddl/usr.bin/Makefile	Mon Sep 28 12:30:22 2015	(r288338)
+++ head/cddl/usr.bin/Makefile	Mon Sep 28 12:38:57 2015	(r288339)
@@ -6,7 +6,6 @@ SUBDIR= \
 	ctfconvert \
 	ctfdump \
 	ctfmerge \
-	sgsmsg \
 	${_tests} \
 	${_zinject} \
 	${_zlook} \

Modified: head/targets/pseudo/userland/cddl/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/cddl/Makefile.depend	Mon Sep 28 12:30:22 2015	(r288338)
+++ head/targets/pseudo/userland/cddl/Makefile.depend	Mon Sep 28 12:38:57 2015	(r288339)
@@ -12,7 +12,6 @@ DIRDEPS = \
 	cddl/lib/libnvpair \
 	cddl/lib/libumem \
 	cddl/lib/libuutil \
-	cddl/usr.bin/sgsmsg \
 
 
 DIRDEPS.CTF = \

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Sep 28 12:30:22 2015	(r288338)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Sep 28 12:38:57 2015	(r288339)
@@ -910,7 +910,6 @@ OLD_LIBS+=lib/libuutil.so.2
 OLD_FILES+=usr/bin/ctfconvert
 OLD_FILES+=usr/bin/ctfdump
 OLD_FILES+=usr/bin/ctfmerge
-OLD_FILES+=usr/bin/sgsmsg
 OLD_FILES+=usr/lib/dtrace/drti.o
 OLD_FILES+=usr/lib/dtrace/errno.d
 OLD_FILES+=usr/lib/dtrace/io.d


More information about the svn-src-head mailing list