svn commit: r278046 - head/tools/build/mk

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 2 02:49:55 UTC 2015


Author: amdmi3 (ports committer)
Date: Mon Feb  2 02:49:54 2015
New Revision: 278046
URL: https://svnweb.freebsd.org/changeset/base/278046

Log:
  - Remove more files when MK_BSD_CPIO == no
  
  MFC after:	1 week
  Reviewed by:	ngie
  Approved by:	ngie
  Differential Revision:	D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Feb  2 02:49:01 2015	(r278045)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Feb  2 02:49:54 2015	(r278046)
@@ -401,6 +401,13 @@ OLD_FILES+=usr/share/man/man8/zfsboot.8.
 OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
 .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_BSDINSTALL} == no
 OLD_FILES+=usr/libexec/bsdinstall/adduser
 OLD_FILES+=usr/libexec/bsdinstall/auto


More information about the svn-src-all mailing list