Details
Details
- Reviewers
des emaste dim - Commits
- rGe60861eb41ca: bsd.lib.mk: document INTERNALLIB and PRIVATELIB
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
All the variables in here would benefit from documentation but we can start with these
Comment Actions
LGTM with one nit.
| share/mk/bsd.lib.mk | ||
|---|---|---|
| 5 | For consistency, either add "we" before "build", or remove it in the INTERNALLIB entry. | |
Comment Actions
INTERNALLIB: s/pic/pie/; only state that the result is suitable for linking into binaries. This sounds like a bug to me: we should build pic version instead of pie.
PRIVATELIB: headers go into include/private/<name>