10361 usr/lib - stop lint library generation and packaging
Review Request #1438 — Created Feb. 9, 2019 and submitted — Latest diff uploaded
Information | |
---|---|
citrus | |
illumos-gate | |
master | |
10361 | |
69b4572... | |
Reviewers | |
general | |
10361 usr/lib - stop lint library generation and packaging
Build and onu (i386)
I've made changes to the top level
usr/src/lib/Makefile.lib
to prevent lint library generation and installation rather than update pretty much all ~2.3K makefiles underusr/src/lib
. These can be cleaned up later or on an ongoing basis as components are touched.I'm uploading this as two patch sets to make it easier to review:
- The changes to stop lint libraries and the packaging changes to go along with this;
- Removal of
usr/src/lib/**/llib-l*
The second is large but is just deletion of these files.
You can also find these as the last two commits at https://github.com/citrus-it/illumos-omnios/commits/ig_llib_lib if you prefer.