Page MenuHomeFreeBSD

libc: include malloc via stdlib/Makefile.inc
ClosedPublic

Authored by brooks on Aug 14 2023, 9:20 PM.
Tags
None
Referenced Files
F146535720: D41456.diff
Tue, Mar 3, 11:24 AM
F146491275: D41456.id126085.diff
Tue, Mar 3, 3:04 AM
F146474100: D41456.diff
Mon, Mar 2, 11:53 PM
Unknown Object (File)
Tue, Feb 24, 11:43 AM
Unknown Object (File)
Wed, Feb 11, 3:40 AM
Unknown Object (File)
Mon, Feb 2, 7:50 AM
Unknown Object (File)
Jan 31 2026, 11:29 AM
Unknown Object (File)
Jan 31 2026, 5:31 AM
Subscribers
None

Details

Summary

There's a hierarchy here and we should use it.

Improves: cbeacb7c46f3a3650e5dbefa9a1a18bc9943a8cc

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

brooks created this revision.

Hm, so far everything's been absolute with LIBC_SRCTOP inside lib/libc, which is ugly, but the current consistent thing to do... .PARSEDIR is used solely to obtain LIBC_SRCTOP

I don't have a strong preference. I just think it's kind of lame to have a heirarchy but not really. That being said, .PARSEDIR is a bit weird in that you have to use it in a .foo or force an expansion immediately so maybe that argues for sticking with LIBC_SRCTOP.

Use LIBC_SRCTOP relative path

(with updated summary)

This revision is now accepted and ready to land.Aug 15 2023, 3:27 PM
This revision was automatically updated to reflect the committed changes.