We support both -h and -n, but GNU coreutils only supports -n. This fixes the package build on Linux.
MFC after: 2 weeks
Sponsored by: https://www.patreon.com/bsdivy
Differential D56656
Makefile.inc1: Use ln -n instead of ln -h Authored by ivy on Apr 27 2026, 4:44 AM. Tags None Referenced Files
Details
We support both -h and -n, but GNU coreutils only supports -n. This fixes the package build on Linux. MFC after: 2 weeks
Diff Detail
Event TimelineComment Actions Might be nice to have something like ${LN_SYMLINK_FLAGS} set to -Tfs or -hfs. I didn't find other obvious instances in the tree though so perhaps not worth effort right now |