Page MenuHomeFreeBSD

Use ln -n instead of -h to allow building the kernel on Linux
ClosedPublic

Authored by arichardson on Jan 16 2018, 7:19 PM.
Tags
None
Referenced Files
F137023344: D13936.id38061.diff
Fri, Nov 21, 12:20 AM
F137021454: D13936.id38049.diff
Fri, Nov 21, 12:14 AM
F137020411: D13936.id.diff
Fri, Nov 21, 12:10 AM
F137019356: D13936.diff
Fri, Nov 21, 12:07 AM
Unknown Object (File)
Thu, Nov 20, 7:15 PM
Unknown Object (File)
Sat, Nov 8, 8:44 AM
Unknown Object (File)
Sat, Nov 8, 4:49 AM
Unknown Object (File)
Wed, Nov 5, 1:09 AM
Subscribers

Details

Summary

Both flags do the same thing but -n is more widely understood.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

LGTM. I wonder if we should have a tiny comment that says we use -n for broader portability (since the -h is documented in the man page as the canonical option).

Or maybe we could add Portable scripts may wish to use -n instead of -h . to the -n description in ln's manpage?

This revision is now accepted and ready to land.Jan 16 2018, 7:38 PM

Possibly s/understood/supported/ in the commit message, but that's a minor nit.

This revision was automatically updated to reflect the committed changes.