svn commit: r335927 - stable/10
Devin Teske
dteske at FreeBSD.org
Wed Jul 4 03:24:12 UTC 2018
Author: dteske
Date: Wed Jul 4 03:24:11 2018
New Revision: 335927
URL: https://svnweb.freebsd.org/changeset/base/335927
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/10/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/Makefile
==============================================================================
--- stable/10/Makefile Wed Jul 4 03:22:44 2018 (r335926)
+++ stable/10/Makefile Wed Jul 4 03:24:11 2018 (r335927)
@@ -144,7 +144,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.
.if !defined(WITHOUT_BMAKE)
WANT_MAKE= bmake
.else
More information about the svn-src-stable-10
mailing list