svn commit: r289094 - in head/libexec/dma: . dma dmagent

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 9 23:19:30 UTC 2015


Author: bapt
Date: Fri Oct  9 23:19:29 2015
New Revision: 289094
URL: https://svnweb.freebsd.org/changeset/base/289094

Log:
  Rename the dma directory into dmagent to avoid collision on unclean oject
  directory where an old dma binary can remain

Added:
  head/libexec/dma/dmagent/
     - copied from r289087, head/libexec/dma/dma/
Deleted:
  head/libexec/dma/dma/
Modified:
  head/libexec/dma/Makefile

Modified: head/libexec/dma/Makefile
==============================================================================
--- head/libexec/dma/Makefile	Fri Oct  9 22:49:50 2015	(r289093)
+++ head/libexec/dma/Makefile	Fri Oct  9 23:19:29 2015	(r289094)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-SUBDIR=	dma \
+SUBDIR=	dmagent \
 	dma-mbox-create
 
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list