Re: FYI: Why META_MODE rebuilds so much for building again after installworld (no source changes)
- Reply: Mark Millard : "Re: FYI: Why META_MODE rebuilds so much for building again after installworld (no source changes)"
- In reply to: Mark Millard : "Re: FYI: Why META_MODE rebuilds so much for building again after installworld (no source changes)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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}@}