Page MenuHomeFreeBSD

Add missing dep patterns for .pieo
ClosedPublic

Authored by arichardson on Jul 5 2021, 9:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 21, 10:48 AM
Unknown Object (File)
Sep 19 2024, 9:13 PM
Unknown Object (File)
Sep 17 2024, 6:52 AM
Unknown Object (File)
Sep 13 2024, 4:19 AM
Unknown Object (File)
Sep 13 2024, 4:19 AM
Unknown Object (File)
Sep 13 2024, 4:19 AM
Unknown Object (File)
Sep 13 2024, 2:46 AM
Unknown Object (File)
Sep 8 2024, 5:33 PM
Subscribers

Details

Summary

While adding sanitizer support, I noticed that all other extensions were
handled but .pieo was missing.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

share/mk/bsd.lib.mk
573–577 ↗(On Diff #91773)

repeated section?

share/mk/bsd.dep.mk
186

Should not be part of this commit. will update

share/mk/bsd.lib.mk
573–577 ↗(On Diff #91773)

Looks like I accidentally included some stuff from my WIP MSAN support branch.

share/mk/bsd.dep.mk
177

Hmm actually I guess this should be ${OBJS:S/^${_D}.pieo$//}?

Fix SOBJS->OBJS and modifying the wrong meta.* file

arichardson retitled this revision from Add missing dep patterns for .pieo and .nosspico to Add missing dep patterns for .pieo.Sep 6 2021, 9:35 AM
arichardson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Sep 13 2021, 11:54 AM
This revision was automatically updated to reflect the committed changes.