Page MenuHomeFreeBSD

Add missing dep patterns for .pieo
ClosedPublic

Authored by arichardson on Jul 5 2021, 9:48 AM.
Tags
None
Referenced Files
F109064880: D31040.id94717.diff
Fri, Jan 31, 8:26 AM
Unknown Object (File)
Sat, Jan 25, 7:59 PM
Unknown Object (File)
Sat, Jan 25, 7:21 PM
Unknown Object (File)
Sat, Jan 25, 7:17 PM
Unknown Object (File)
Mon, Jan 20, 9:21 PM
Unknown Object (File)
Sun, Jan 19, 3:36 AM
Unknown Object (File)
Sun, Jan 19, 3:10 AM
Unknown Object (File)
Sat, Jan 18, 10:10 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40286
Build 37175: arc lint + arc unit

Event Timeline

share/mk/bsd.lib.mk
573–577

repeated section?

share/mk/bsd.dep.mk
186

Should not be part of this commit. will update

share/mk/bsd.lib.mk
573–577

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.