There's a hierarchy here and we should use it.
Improves: cbeacb7c46f3a3650e5dbefa9a1a18bc9943a8cc
Differential D41456
libc: include malloc via stdlib/Makefile.inc brooks on Aug 14 2023, 9:20 PM. Authored by Tags None Referenced Files
Subscribers None
Details There's a hierarchy here and we should use it. Improves: cbeacb7c46f3a3650e5dbefa9a1a18bc9943a8cc
Diff Detail
Event TimelineComment Actions 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 Comment Actions 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. |