svn commit: r275731 - head/share/mk

Warner Losh imp at FreeBSD.org
Fri Dec 12 18:54:32 UTC 2014


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


More information about the svn-src-head mailing list