Page MenuHomeFreeBSD

bsd.lib.mk: Do not include bsd.incs.mk for INTERNALLIB
ClosedPublic

Authored by manu on Mar 23 2020, 1:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 9:53 PM
Unknown Object (File)
Wed, May 1, 9:41 PM
Unknown Object (File)
Wed, May 1, 9:41 PM
Unknown Object (File)
Wed, May 1, 9:41 PM
Unknown Object (File)
Wed, May 1, 9:38 PM
Unknown Object (File)
Wed, May 1, 3:58 PM
Unknown Object (File)
Wed, May 1, 12:43 AM
Unknown Object (File)
Tue, Apr 23, 2:33 PM
Subscribers

Details

Summary

If we're building an internal lib do not bother including bsd.incs.mk so we
will not install the headers.
This also "solves" a problem with pkgbase where a libXXX-development package
is created and due to how packages are created we add a dependency to a
libXXX package that doesn't exists.

Reported-by: pizzamig
Signed-off-by: Emmanuel Vadot <manu@freebsd.org>

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30062
Build 27873: arc lint + arc unit

Event Timeline

LGTM, might be worth a comment though

This revision is now accepted and ready to land.Mar 23 2020, 1:50 PM

I do prefer than one over the other approach, don't forget the ObsoleteFiles.inc that goes with it now ;)

This revision now requires review to proceed.Mar 23 2020, 2:11 PM

Add comment about why we do not include bsd.incs.mk

This revision is now accepted and ready to land.Mar 23 2020, 2:16 PM