svn commit: r349005 - head/sys/modules/ocs_fc
Bryan Drewery
bdrewery at FreeBSD.org
Wed Jun 12 23:09:12 UTC 2019
Author: bdrewery
Date: Wed Jun 12 23:09:10 2019
New Revision: 349005
URL: https://svnweb.freebsd.org/changeset/base/349005
Log:
Don't delete .depend files outside of cleandepend.
Sponsored by: DellEMC
Modified:
head/sys/modules/ocs_fc/Makefile
Modified: head/sys/modules/ocs_fc/Makefile
==============================================================================
--- head/sys/modules/ocs_fc/Makefile Wed Jun 12 21:10:37 2019 (r349004)
+++ head/sys/modules/ocs_fc/Makefile Wed Jun 12 23:09:10 2019 (r349005)
@@ -41,6 +41,6 @@ SRCS += ocs_cam.c
CINCS = -I.
-CLEANFILES += ${PROG}.debug ${PROG}.symbols cscope.* .depend.*
+CLEANFILES += ${PROG}.debug ${PROG}.symbols cscope.*
.include <bsd.kmod.mk>
More information about the svn-src-head
mailing list