svn commit: r366209 - stable/12/share/mk

Ed Maste emaste at FreeBSD.org
Sun Sep 27 22:50:02 UTC 2020


Author: emaste
Date: Sun Sep 27 22:50:01 2020
New Revision: 366209
URL: https://svnweb.freebsd.org/changeset/base/366209

Log:
  MFC r356323: src.opts.mk: SVNLITE requires FILE

Modified:
  stable/12/share/mk/src.opts.mk
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/mk/src.opts.mk
==============================================================================
--- stable/12/share/mk/src.opts.mk	Sun Sep 27 22:48:43 2020	(r366208)
+++ stable/12/share/mk/src.opts.mk	Sun Sep 27 22:50:01 2020	(r366209)
@@ -490,6 +490,10 @@ MK_TESTS:=	no
 MK_BSDINSTALL:=	no
 .endif
 
+.if ${MK_FILE} == "no"
+MK_SVNLITE:=	no
+.endif
+
 .if ${MK_MAIL} == "no"
 MK_MAILWRAPPER:= no
 MK_SENDMAIL:=	no


More information about the svn-src-all mailing list