svn commit: r335222 - in head: . targets/pseudo/userland usr.sbin usr.sbin/asf

Ed Maste emaste at FreeBSD.org
Fri Jun 15 17:44:23 UTC 2018


Author: emaste
Date: Fri Jun 15 17:44:21 2018
New Revision: 335222
URL: https://svnweb.freebsd.org/changeset/base/335222

Log:
  Remove obsolete asf(8)
  
  kgdb now handles kernel module state internally, so the asf tool serves
  no purpose.
  
  PR:		229046
  Reviewed by:	brooks
  Relnotes:	yes
  Sponsored by:	The FreeBSD Foundation
  Differential Revision:	https://reviews.freebsd.org/D15827

Deleted:
  head/usr.sbin/asf/
Modified:
  head/ObsoleteFiles.inc
  head/targets/pseudo/userland/Makefile.depend
  head/usr.sbin/Makefile.amd64
  head/usr.sbin/Makefile.i386

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Fri Jun 15 17:38:07 2018	(r335221)
+++ head/ObsoleteFiles.inc	Fri Jun 15 17:44:21 2018	(r335222)
@@ -38,6 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20180615: asf(8) removed
+OLD_FILES+=usr/bin/asf
+OLD_FILES+=usr/share/man/man8/asf.8.gz
 # 20180609: obsolete libc++ files missed from the 5.0.0 import
 OLD_FILES+=usr/include/c++/v1/__refstring
 OLD_FILES+=usr/include/c++/v1/__undef_min_max

Modified: head/targets/pseudo/userland/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/Makefile.depend	Fri Jun 15 17:38:07 2018	(r335221)
+++ head/targets/pseudo/userland/Makefile.depend	Fri Jun 15 17:44:21 2018	(r335222)
@@ -810,7 +810,6 @@ DIRDEPS.amd64= \
 	usr.sbin/acpi/acpidump \
 	usr.sbin/acpi/iasl \
 	usr.sbin/apm \
-	usr.sbin/asf \
 	usr.sbin/bhyve \
 	usr.sbin/bhyvectl \
 	usr.sbin/bhyveload \
@@ -842,7 +841,6 @@ DIRDEPS.i386= \
 	sbin/sconfig \
 	usr.sbin/apm \
 	usr.sbin/apmd \
-	usr.sbin/asf \
 	usr.sbin/btxld \
 	usr.sbin/cpucontrol \
 	usr.sbin/hyperv/tools \

Modified: head/usr.sbin/Makefile.amd64
==============================================================================
--- head/usr.sbin/Makefile.amd64	Fri Jun 15 17:38:07 2018	(r335221)
+++ head/usr.sbin/Makefile.amd64	Fri Jun 15 17:44:21 2018	(r335222)
@@ -9,7 +9,6 @@ SUBDIR+=	acpi
 .if ${MK_APM} != "no"
 SUBDIR+=	apm
 .endif
-SUBDIR+=	asf
 .if ${MK_BHYVE} != "no"
 SUBDIR+=	bhyve
 SUBDIR+=	bhyvectl

Modified: head/usr.sbin/Makefile.i386
==============================================================================
--- head/usr.sbin/Makefile.i386	Fri Jun 15 17:38:07 2018	(r335221)
+++ head/usr.sbin/Makefile.i386	Fri Jun 15 17:44:21 2018	(r335222)
@@ -7,7 +7,6 @@ SUBDIR+=	acpi
 SUBDIR+=	apm
 SUBDIR+=	apmd
 .endif
-SUBDIR+=	asf
 SUBDIR+=	boot0cfg
 .if ${MK_TOOLCHAIN} != "no"
 SUBDIR+=	btxld


More information about the svn-src-head mailing list