Re: FYI: Why META_MODE rebuilds so much for building again after installworld (no source changes)

From: Simon J. Gerraty <sjg_at_juniper.net>
Date: Wed, 22 Feb 2023 23:26:29 UTC
> >>>> The timestamp on . . ./tmp/legacy/usr/sbin/rm is not
> >>>> actually relevant to if libc++.a needs to be rebuilt.
> >>
> >> True.
> >> If there is nothing under .../tmp/legacy that should be counted you can
> >> just:
> >>
> >> .MAKE.META_IGNORE_PATHS += that path
> 
> Was that supposed to be ("." vs. "_"):
> 
> .MAKE.META.IGNORE_PATHS += that path

Yes, sorry.

strings `which bmake` | grep META.IGNORE
.MAKE.META.IGNORE_PATHS
.MAKE.META.IGNORE_PATTERNS
${.MAKE.META.IGNORE_PATHS:O:u:tA}
.MAKE.META.IGNORE_FILTER
${.MAKE.META.IGNORE_PATTERNS:@m@${.p.:M$m}@}