svn commit: r335750 - head

Devin Teske dteske at FreeBSD.org
Wed Jun 27 22:15:52 UTC 2018


Author: dteske
Date: Wed Jun 27 22:15:50 2018
New Revision: 335750
URL: https://svnweb.freebsd.org/changeset/base/335750

Log:
  Fix typo in top-level Makefile
  
  Submitted by:	Ben Widawsky <ben.widawsky at intel.com>
  MFC after:	3 days
  X-MFC-to:	stable/11 stable/10
  Sponsored by:	Smule, Inc.
  Differential Revision:	https://reviews.freebsd.org/P186

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Wed Jun 27 22:01:59 2018	(r335749)
+++ head/Makefile	Wed Jun 27 22:15:50 2018	(r335750)
@@ -205,7 +205,7 @@ _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} ${MAK
 # 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-head mailing list