svn commit: r324914 - projects/runtime-coverage/share/mk
Ngie Cooper
ngie at FreeBSD.org
Mon Oct 23 08:04:57 UTC 2017
Author: ngie
Date: Mon Oct 23 08:04:56 2017
New Revision: 324914
URL: https://svnweb.freebsd.org/changeset/base/324914
Log:
Fix tabs before the style police nags me
Modified:
projects/runtime-coverage/share/mk/src.opts.mk
Modified: projects/runtime-coverage/share/mk/src.opts.mk
==============================================================================
--- projects/runtime-coverage/share/mk/src.opts.mk Mon Oct 23 08:03:59 2017 (r324913)
+++ projects/runtime-coverage/share/mk/src.opts.mk Mon Oct 23 08:04:56 2017 (r324914)
@@ -427,7 +427,7 @@ MK_CLANG_FULL:= no
.if ${MK_CLANG} == "no" && ${MK_GCC} != "no"
# gcc 4.2.1 (base) is a dead end. It lacks some niceties that would cleaning
# integrate the output with the design of MK_COVERAGE, e.g., -fprofile-dir .
-MK_COVERAGE:= no
+MK_COVERAGE:= no
.endif
#
More information about the svn-src-projects
mailing list