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 <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
