svn commit: r335926 - stable/11

Devin Teske dteske at FreeBSD.org
Wed Jul 4 03:22:45 UTC 2018


Author: dteske
Date: Wed Jul  4 03:22:44 2018
New Revision: 335926
URL: https://svnweb.freebsd.org/changeset/base/335926

Log:
  MFC SVN r335750: Fix typo in top-level Makefile
  
  Submitted by:	Ben Widawsky <ben.widawsky at intel.com>
  Sponsored by:	Smule, Inc.
  Differential Revision:	https://reviews.freebsd.org/P186

Modified:
  stable/11/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/Makefile
==============================================================================
--- stable/11/Makefile	Wed Jul  4 03:02:53 2018	(r335925)
+++ stable/11/Makefile	Wed Jul  4 03:22:44 2018	(r335926)
@@ -181,7 +181,7 @@ _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} MK_AU
 # We often need to use the tree's version of make to build it.
 # Choices add to complexity though.
 # We cannot blindly use a make which may not be the one we want
-# so be exlicit - until all choice is removed.
+# so be explicit - until all choice is removed.
 WANT_MAKE=	bmake
 .if !empty(.MAKE.MODE:Mmeta)
 # 20160604 - support missing-meta,missing-filemon and performance improvements


More information about the svn-src-stable mailing list