Date: Sun, 27 Sep 2020 22:50:01 +0000 (UTC) From: Ed Maste <emaste@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: r366209 - stable/12/share/mk Message-ID: <202009272250.08RMo1n9066357@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009272250.08RMo1n9066357>