Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2014 18:54:32 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275731 - head/share/mk
Message-ID:  <201412121854.sBCIsWKV018420@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Dec 12 18:54:31 2014
New Revision: 275731
URL: https://svnweb.freebsd.org/changeset/base/275731

Log:
  Fix typo in comments.
  
  Noticed by: brooks@

Modified:
  head/share/mk/bsd.opts.mk
  head/share/mk/src.opts.mk

Modified: head/share/mk/bsd.opts.mk
==============================================================================
--- head/share/mk/bsd.opts.mk	Fri Dec 12 16:10:42 2014	(r275730)
+++ head/share/mk/bsd.opts.mk	Fri Dec 12 18:54:31 2014	(r275731)
@@ -11,7 +11,7 @@
 # are exceptions). Recursive makes usually add MK_FOO=no for options that they wish
 # to omit from that make.
 #
-# Makefiles must include bsd.srcpot.mk before they test the value of any MK_FOO
+# Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
 # variable.
 #
 # Makefiles may also assume that this file is included by bsd.own.mk should it

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Fri Dec 12 16:10:42 2014	(r275730)
+++ head/share/mk/src.opts.mk	Fri Dec 12 18:54:31 2014	(r275731)
@@ -11,7 +11,7 @@
 # are exceptions). Recursive makes usually add MK_FOO=no for options that they wish
 # to omit from that make.
 #
-# Makefiles must include bsd.srcpot.mk before they test the value of any MK_FOO
+# Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
 # variable.
 #
 # Makefiles may also assume that this file is included by src.opts.mk should it



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