svn commit: r351895 - stable/11/sys/modules/ocs_fc

Bryan Drewery bdrewery at FreeBSD.org
Thu Sep 5 20:39:13 UTC 2019


Author: bdrewery
Date: Thu Sep  5 20:39:13 2019
New Revision: 351895
URL: https://svnweb.freebsd.org/changeset/base/351895

Log:
  MFC r349005:
  
    Don't delete .depend files outside of cleandepend.

Modified:
  stable/11/sys/modules/ocs_fc/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/modules/ocs_fc/Makefile
==============================================================================
--- stable/11/sys/modules/ocs_fc/Makefile	Thu Sep  5 20:39:05 2019	(r351894)
+++ stable/11/sys/modules/ocs_fc/Makefile	Thu Sep  5 20:39:13 2019	(r351895)
@@ -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-stable mailing list