git: c4bf04f40bb5 - main - cc-wrap.mk: fix typo in modifiers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Feb 2022 23:21:33 UTC
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