svn commit: r351894 - stable/12/sys/modules/ocs_fc

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


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

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

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

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