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)
Tue, Oct 7, 3:51 AM
Unknown Object (File)
Fri, Oct 3, 10:37 AM
Unknown Object (File)
Wed, Sep 24, 10:54 PM
Unknown Object (File)
Aug 19 2025, 4:28 PM
Unknown Object (File)
Aug 16 2025, 8:52 PM
Unknown Object (File)
Aug 8 2025, 10:20 PM
Unknown Object (File)
Aug 6 2025, 10:16 PM
Unknown Object (File)
Jul 22 2025, 11:06 AM

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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

lib/libmagic/Makefile
43–54 ↗(On Diff #64708)

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

share/mk/local.meta.sys.mk
99 ↗(On Diff #64708)

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 ↗(On Diff #64708)

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.