mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
Acutally, replaces NO_INCS with WITHOUT_INCLUDES and make
WITHOUT_TOOLCHAIN imply it instead. Sponsored by: Netflix
This commit is contained in:
parent
73f49e9eef
commit
590461a4b8
4 changed files with 11 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
.error bsd.incs.mk cannot be included directly.
|
||||
.endif
|
||||
|
||||
.if ${MK_TOOLCHAIN} != "no"
|
||||
.if ${MK_INCLUDES} != "no"
|
||||
|
||||
INCSGROUPS?= INCS
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ __<bsd.opts.mk>__:
|
|||
__DEFAULT_YES_OPTIONS = \
|
||||
ASSERT_DEBUG \
|
||||
DOCCOMPRESS \
|
||||
INCLUDES \
|
||||
INSTALLLIB \
|
||||
KERBEROS \
|
||||
MAN \
|
||||
|
|
|
|||
|
|
@ -306,6 +306,7 @@ MK_BINUTILS:= no
|
|||
MK_CLANG:= no
|
||||
MK_GCC:= no
|
||||
MK_GDB:= no
|
||||
MK_INCLUDES:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_CLANG} == "no"
|
||||
|
|
|
|||
8
tools/build/options/WITHOUT_INCLUDES
Normal file
8
tools/build/options/WITHOUT_INCLUDES
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.\" $FreeBSD$
|
||||
Set to not install header files.
|
||||
This option used to be spelled
|
||||
.Va NO_INCS .
|
||||
.Bf -symbolic
|
||||
The option does not work for build targets.
|
||||
.Ef
|
||||
|
||||
Loading…
Reference in a new issue