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

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


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

Log:
  - Remove more files when MK_DMAGENT == no and move the chunk into its alphabetical place
  
  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:51:22 2015	(r278047)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Feb  2 02:53:52 2015	(r278048)
@@ -1552,6 +1552,14 @@ OLD_FILES+=usr/share/dict/words
 OLD_DIRS+=usr/share/dict
 .endif
 
+.if ${MK_DMAGENT} == no
+OLD_FILES+=etc/dma/dma.conf
+OLD_FILES+=usr/libexec/dma
+OLD_FILES+=usr/libexec/dma-mbox-create
+OLD_FILES+=usr/share/man/man8/dma.8.gz
+OLD_FILES+=usr/share/examples/dma/mailer.conf
+.endif
+
 .if ${MK_EE} == no
 OLD_FILES+=usr/bin/edit
 OLD_FILES+=usr/bin/ee
@@ -5157,13 +5165,6 @@ OLD_FILES+=usr/bin/svnsync
 OLD_FILES+=usr/bin/svnversion
 .endif
 
-.if ${MK_DMAGENT} == no
-OLD_FILES+=usr/libexec/dma
-OLD_FILES+=usr/libexec/dma-mbox-create
-OLD_FILES+=usr/share/man/man8/dma.8.gz
-OLD_FILES+=usr/share/examples/dma/mailer.conf
-.endif
-
 .if ${MK_HYPERV} == no
 OLD_FILES+=etc/devd/hyperv.conf
 OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig


More information about the svn-src-all mailing list