Page MenuHomeFreeBSD

Update dirdeps.mk and gendirdeps.mk
ClosedPublic

Authored by sjg on Nov 22 2019, 12:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 15 2024, 7:15 AM
Unknown Object (File)
Jan 11 2024, 11:04 PM
Unknown Object (File)
Dec 23 2023, 11:12 AM
Unknown Object (File)
Dec 17 2023, 11:37 AM
Unknown Object (File)
Dec 15 2023, 11:17 PM
Unknown Object (File)
Dec 3 2023, 3:55 PM
Unknown Object (File)
Dec 3 2023, 3:55 PM
Unknown Object (File)
Dec 3 2023, 3:55 PM

Details

Summary

The env space consumed by exporting all libc's .meta files
left little room for command line,
unexport when done.

Update dirdeps.mk to latest and add
dirdeps-targets.mk to simplify/update targets/Makefile

Makefile changes to go with Makefile.depend changes
in D22494

Diff Detail

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

Event Timeline

lib/libmagic/Makefile
43–54

Strange this stuff wasn't needed before. I thought I had it working. Shrug this is fine.

share/mk/local.meta.sys.mk
99

Does PYTHON not being set warrant all of this logic? Is there a risk it won't be set in MAKELEVEL > 0?

usr.sbin/rtsold/cap_llflags.c
47

Unrelated change?

I may disappear so I'll approve for now; my questions aren't blockers but I think there is an unrelated change that should be fixed first.

This revision is now accepted and ready to land.Dec 10 2019, 10:34 PM
This revision was automatically updated to reflect the committed changes.