Page MenuHomeFreeBSD

Update dirdeps.mk and gendirdeps.mk
ClosedPublic

Authored by sjg on Nov 22 2019, 12:29 AM.
Tags
None
Referenced Files
F154191664: D22495.diff
Sun, Apr 26, 11:44 PM
Unknown Object (File)
Sun, Apr 19, 10:32 PM
Unknown Object (File)
Sat, Apr 18, 9:58 AM
Unknown Object (File)
Wed, Apr 15, 2:14 PM
Unknown Object (File)
Tue, Apr 14, 2:00 AM
Unknown Object (File)
Mon, Apr 13, 3:18 PM
Unknown Object (File)
Thu, Apr 9, 7:51 AM
Unknown Object (File)
Mar 19 2026, 11:42 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.