HomeFreeBSD

Makefile.inc1: Use ln -n instead of ln -h

Description

Makefile.inc1: Use ln -n instead of ln -h

We support both -h and -n, but GNU coreutils only supports -n,
so use that instead. This fixes the package build on Linux.

MFC after: 2 weeks
Reviewed by: (wosch, imp) (previous version), emaste
Better fix than the original patch suggested by: jrtc27
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D56656

Details

Provenance
ivyAuthored on Apr 27 2026, 9:26 PM
Reviewer
emaste
Differential Revision
D56656: Makefile.inc1: Use ln -n instead of ln -h
Parents
rG0068c706f8ce: make-pkg-package: Add set -e; abort if a cmd fails
Branches
Unknown
Tags
Unknown