Page MenuHomeFreeBSD
Paste P186

(An Untitled Masterwork)
ArchivedPublic

Authored by bwidawsk on Jun 27 2018, 9:53 PM.
Tags
None
Referenced Files
F3496871:
Jun 27 2018, 9:53 PM
Subscribers
None
commit c74fab120168a5bfaeb25b95e7b260aa5d2786e9 (HEAD -> s0ix)
Author: Ben Widawsky <ben@bwidawsk.net>
Date: Mon Jun 18 16:12:06 2018 -0700
Fix typo in Makefile
diff --git a/Makefile b/Makefile
index da307aa97e01..d0c0ef53c4cc 100644
--- a/Makefile
+++ b/Makefile
@@ -205,7 +205,7 @@ _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} ${MAKE} MK_AUTO_OBJ=no \
# 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

Event Timeline

bwidawsk created this object in space S1 Global.
bwidawsk updated the paste's language from autodetect to diff.Jun 27 2018, 9:56 PM