Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 20:39:06 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r351894 - stable/12/sys/modules/ocs_fc
Message-ID:  <201909052039.x85Kd6lR037326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909052039.x85Kd6lR037326>