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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"