Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jul 2018 03:22:45 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r335926 - stable/11
Message-ID:  <201807040322.w643Mjrn096715@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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