Page MenuHomeFreeBSD

Don't use install(1) for the library symlinks in the build directory
ClosedPublic

Authored by arichardson on Sep 30 2020, 10:10 PM.
Tags
None
Referenced Files
F157257330: D26618.id78126.diff
Tue, May 19, 6:54 PM
F157257304: D26618.id78126.diff
Tue, May 19, 6:54 PM
Unknown Object (File)
Mon, May 18, 6:50 PM
Unknown Object (File)
Sat, May 9, 6:53 PM
Unknown Object (File)
Sat, May 9, 6:52 PM
Unknown Object (File)
Sat, May 9, 10:26 AM
Unknown Object (File)
Tue, Apr 28, 9:35 AM
Unknown Object (File)
Mon, Apr 27, 4:14 PM
Subscribers

Details

Summary

It appears this was changed from ln to use install in rS245752. I noticed
this because my buildenv was setting INSTALL=install -U -M METALOG
and then these links fail to be created with the following error:
install: open
METALOG: Permission denied

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33910
Build 31111: arc lint + arc unit

Event Timeline

It might be worth a comment making clear this is in objdir since bare use of ln is almost always a bug.

This revision is now accepted and ready to land.Sep 30 2020, 10:21 PM
This revision now requires review to proceed.Sep 30 2020, 10:47 PM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 12 2020, 10:42 AM
This revision was automatically updated to reflect the committed changes.
This comment was removed by bdrewery.