Page MenuHomeFreeBSD

Kill @ symlink
ClosedPublic

Authored by imp on Nov 3 2014, 4:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 5, 4:35 AM
Unknown Object (File)
Thu, Jul 3, 2:55 AM
Unknown Object (File)
Tue, Jul 1, 2:51 AM
Unknown Object (File)
Sun, Jun 29, 9:21 PM
Unknown Object (File)
Wed, Jun 25, 8:06 PM
Unknown Object (File)
Jun 13 2025, 12:42 AM
Unknown Object (File)
Jun 11 2025, 4:57 AM
Unknown Object (File)
Jun 9 2025, 4:20 PM
Subscribers

Details

Summary

Replace the @ symlink in builds with ${SYSDIR} and conditionally set
${SYSDIR} in the one place where it seems to matter.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

imp retitled this revision from to Kill @ symlink.
imp updated this object.
imp edited the test plan for this revision. (Show Details)

While it's not the described point of the diff, I noticed a missed opportunity to use ${SYSDIR} in sys/modules/svr4/Makefile in the .PATH definition.

In D1100#2, @brooks wrote:

While it's not the described point of the diff, I noticed a missed opportunity to use ${SYSDIR} in sys/modules/svr4/Makefile in the .PATH definition.

Yes. That turns out to be a problem, not only there, but from the other places I did it. It isn't defined in the world / single module case, so make winds up not being able to find the header files, which is why I did the SYSDIR ?= bit where I did the substitution. Rather than propagate that widely, I thought I'd try to be minimal about it.

imp updated this revision to Diff 2310.

Closed by commit rS274184 (authored by @imp).