Date: Fri, 24 May 2019 05:34:21 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348225 - in head: . stand/i386 stand/i386/kgzldr targets/pseudo/userland targets/pseudo/userland/misc usr.sbin usr.sbin/kgzip Message-ID: <201905240534.x4O5YL7l026173@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Fri May 24 05:34:21 2019 New Revision: 348225 URL: https://svnweb.freebsd.org/changeset/base/348225 Log: Remove kgzip and kgzldr. PR: 183666, 229763 Submitted by: Yoshihiro Ota <ota at j.email.ne.jp> Differential Revision: https://reviews.freebsd.org/D20248 Deleted: head/stand/i386/kgzldr/ head/usr.sbin/kgzip/ Modified: head/ObsoleteFiles.inc head/stand/i386/Makefile head/targets/pseudo/userland/Makefile.depend head/targets/pseudo/userland/misc/Makefile.depend head/usr.sbin/Makefile.amd64 head/usr.sbin/Makefile.i386 Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Fri May 24 05:12:43 2019 (r348224) +++ head/ObsoleteFiles.inc Fri May 24 05:34:21 2019 (r348225) @@ -38,6 +38,11 @@ # xargs -n1 | sort | uniq -d; # done +# 20190523: Remove obsolete kgzip and support files +OLD_FILES+=usr/sbin/kgzip +OLD_FILES+=usr/lib/kgzldr.o +OLD_FILES+=usr/share/man/man8/kgzip.8.gz + # 20190517: Remove obsolete 10 and 10/100 ethernet drivers. OLD_FILES+=usr/share/man/man4/bm.4.gz OLD_FILES+=usr/share/man/man4/cs.4.gz Modified: head/stand/i386/Makefile ============================================================================== --- head/stand/i386/Makefile Fri May 24 05:12:43 2019 (r348224) +++ head/stand/i386/Makefile Fri May 24 05:34:21 2019 (r348225) @@ -16,10 +16,6 @@ SUBDIR.yes+= loader_simp # special boot programs, 'self-extracting boot2+loader' SUBDIR.yes+= pxeldr -.if ${MACHINE_CPUARCH} == "i386" -SUBDIR.yes+= kgzldr -.endif - SUBDIR.${MK_LOADER_ZFS}+= zfsboot gptzfsboot .include <bsd.subdir.mk> Modified: head/targets/pseudo/userland/Makefile.depend ============================================================================== --- head/targets/pseudo/userland/Makefile.depend Fri May 24 05:12:43 2019 (r348224) +++ head/targets/pseudo/userland/Makefile.depend Fri May 24 05:34:21 2019 (r348225) @@ -827,7 +827,6 @@ DIRDEPS.i386= \ usr.sbin/hyperv/tools/kvp \ usr.sbin/hyperv/tools/vss \ usr.sbin/kgmon \ - usr.sbin/kgzip \ usr.sbin/lptcontrol \ usr.sbin/mptable \ usr.sbin/ndiscvt \ Modified: head/targets/pseudo/userland/misc/Makefile.depend ============================================================================== --- head/targets/pseudo/userland/misc/Makefile.depend Fri May 24 05:12:43 2019 (r348224) +++ head/targets/pseudo/userland/misc/Makefile.depend Fri May 24 05:34:21 2019 (r348225) @@ -83,7 +83,7 @@ DIRDEPS+= \ DIRDEPS.arm= ${_sys_boot_fdt} ${_sys_boot_efi} DIRDEPS.arm64= ${_sys_boot_fdt} ${_sys_boot_efi} -DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi} stand/i386/kgzldr +DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi} DIRDEPS.powerpc= ${_sys_boot_fdt} stand/libsa32 stand/ofw stand/uboot DIRDEPS.sparc64= stand/ofw ${_sys_boot_zfs} .endif Modified: head/usr.sbin/Makefile.amd64 ============================================================================== --- head/usr.sbin/Makefile.amd64 Fri May 24 05:12:43 2019 (r348224) +++ head/usr.sbin/Makefile.amd64 Fri May 24 05:34:21 2019 (r348225) @@ -1,6 +1,5 @@ # $FreeBSD$ -# kgzip: builds, but missing support files # mptable: broken (not 64 bit clean) # pnpinfo: crashes (not really useful anyway) .if ${MK_ACPI} != "no" Modified: head/usr.sbin/Makefile.i386 ============================================================================== --- head/usr.sbin/Makefile.i386 Fri May 24 05:12:43 2019 (r348224) +++ head/usr.sbin/Makefile.i386 Fri May 24 05:34:21 2019 (r348225) @@ -16,7 +16,6 @@ SUBDIR+= cpucontrol SUBDIR+= hyperv .endif SUBDIR+= kgmon -SUBDIR+= kgzip SUBDIR+= lptcontrol SUBDIR+= mptable .if ${MK_NDIS} != "no"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905240534.x4O5YL7l026173>