Page MenuHomeFreeBSD

Update dirdeps.mk and gendirdeps.mk
ClosedPublic

Authored by sjg on Nov 22 2019, 12:29 AM.
Tags
None
Referenced Files
F114465229: D22495.id64708.diff
Sat, Apr 12, 8:18 PM
Unknown Object (File)
Thu, Apr 10, 10:57 PM
Unknown Object (File)
Mon, Apr 7, 5:42 PM
Unknown Object (File)
Mon, Mar 24, 8:25 AM
Unknown Object (File)
Sat, Mar 15, 6:37 PM
Unknown Object (File)
Feb 9 2025, 9:58 PM
Unknown Object (File)
Jan 13 2025, 3:58 PM
Unknown Object (File)
Dec 20 2024, 9:47 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 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.