git: 8dcfb0282ddf - main - mk: Remove a double word in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 10:58:25 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8dcfb0282ddf28a16a29e56703009a839650e9c1 commit 8dcfb0282ddf28a16a29e56703009a839650e9c1 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-10 10:57:55 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-10 10:57:55 +0000 mk: Remove a double word in a comment - s/to to/to/ MFC after: 3 days --- share/mk/meta.stage.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/meta.stage.mk b/share/mk/meta.stage.mk index c362f0b590ad..9f54f3b1f9c5 100644 --- a/share/mk/meta.stage.mk +++ b/share/mk/meta.stage.mk @@ -52,7 +52,7 @@ _objroot ?= ${_OBJROOT:tA} # make sure this is global _STAGED_DIRS ?= .export _STAGED_DIRS -# add each dir we stage to to _STAGED_DIRS +# add each dir we stage to _STAGED_DIRS # and make sure we have absolute paths so that bmake # will match against .MAKE.META.BAILIWICK STAGE_DIR_FILTER = tA:@d@$${_STAGED_DIRS::+=$$d}$$d@