Page MenuHomeFreeBSD

D55467.id.diff
No OneTemporary

D55467.id.diff

Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -71,7 +71,6 @@
BOOT \
BOOTPARAMD \
BOOTPD \
- BSD_CPIO \
BSDINSTALL \
BSNMP \
BZIP2 \
Index: tools/build/mk/OptionalObsoleteFiles.inc
===================================================================
--- tools/build/mk/OptionalObsoleteFiles.inc
+++ tools/build/mk/OptionalObsoleteFiles.inc
@@ -452,13 +452,6 @@
OLD_DIRS+=usr/libexec/bsdinstall
.endif
-.if ${MK_BSD_CPIO} == no
-OLD_FILES+=usr/bin/bsdcpio
-OLD_FILES+=usr/bin/cpio
-OLD_FILES+=usr/share/man/man1/bsdcpio.1.gz
-OLD_FILES+=usr/share/man/man1/cpio.1.gz
-.endif
-
.if ${MK_BSNMP} == no
OLD_FILES+=etc/snmpd.config
OLD_FILES+=etc/rc.d/bsnmpd
Index: usr.bin/Makefile
===================================================================
--- usr.bin/Makefile
+++ usr.bin/Makefile
@@ -24,6 +24,7 @@
comm \
command \
compress \
+ cpio \
csplit \
ctlstat \
cut \
@@ -185,7 +186,6 @@
SUBDIR.${MK_ACCT}+= lastcomm
SUBDIR.${MK_AT}+= at
SUBDIR.${MK_BLUETOOTH}+= bluetooth
-SUBDIR.${MK_BSD_CPIO}+= cpio
SUBDIR.${MK_CALENDAR}+= calendar
.if ${MK_CLANG} != "no" || ${MK_LLVM_BINUTILS} != "no" || \
${MK_LLD} != "no" || ${MK_LLDB} != "no"

File Metadata

Mime Type
text/plain
Expires
Thu, Feb 26, 9:28 PM (1 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28996128
Default Alt Text
D55467.id.diff (1 KB)

Event Timeline