Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2022 23:21:33 GMT
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c4bf04f40bb5 - main - cc-wrap.mk: fix typo in modifiers
Message-ID:  <202202162321.21GNLXZI093184@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=c4bf04f40bb577477de2011875807f24cbb1a7e2

commit c4bf04f40bb577477de2011875807f24cbb1a7e2
Author:     Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2022-02-16 23:21:27 +0000
Commit:     Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2022-02-16 23:21:27 +0000

    cc-wrap.mk: fix typo in modifiers
---
 contrib/bmake/mk/cc-wrap.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/bmake/mk/cc-wrap.mk b/contrib/bmake/mk/cc-wrap.mk
index 1e3931d1cae5..c3f5d0eb038b 100644
--- a/contrib/bmake/mk/cc-wrap.mk
+++ b/contrib/bmake/mk/cc-wrap.mk
@@ -41,7 +41,7 @@ ${w:tu} ?= $w
 
 # we do not want to make all these targets out-of-date
 # just because one of the above wrappers are enabled/disabled
-${CC_WRAP_TARGETS}: .MAKE.META.CMP_FILTER = ${CC_WRAPPERS:tu@W@${$W}@:S,^,N,}
+${CC_WRAP_TARGETS}: .MAKE.META.CMP_FILTER = ${CC_WRAPPERS:tu:@W@${$W}@:S,^,N,}
 
 # some object src types we should not wrap
 CC_WRAP_SKIP_EXTS += s



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