Searched hist:"0 b4568e36fa622d406008e7f482821f603fedd6d" (Results 1 – 2 of 2) sorted by relevance
/freebsd/tools/build/options/ |
H A D | WITHOUT_TOOLCHAIN | diff 0b4568e36fa622d406008e7f482821f603fedd6d Mon May 01 22:58:42 CEST 2023 Ed Maste <emaste@FreeBSD.org> src.opts.mk: Decouple MK_INCLUDES from MK_TOOLCHAIN
Prior to 590461a4b89b installation of include files was controlled directly by ${MK_TOOLCHAIN}. 590461a4b89b added an INCLUDES knob defaulting to YES. Setting WITHOUT_TOOLCHAIN forced it off to retain existing behaviour.
Decouple them now, as there are reasonable use cases for installing libraries and include files without a compiler or other tool chain components.
Reviewed by: imp, jrtc27 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D39918
|
/freebsd/share/mk/ |
H A D | src.opts.mk | diff 0b4568e36fa622d406008e7f482821f603fedd6d Mon May 01 22:58:42 CEST 2023 Ed Maste <emaste@FreeBSD.org> src.opts.mk: Decouple MK_INCLUDES from MK_TOOLCHAIN
Prior to 590461a4b89b installation of include files was controlled directly by ${MK_TOOLCHAIN}. 590461a4b89b added an INCLUDES knob defaulting to YES. Setting WITHOUT_TOOLCHAIN forced it off to retain existing behaviour.
Decouple them now, as there are reasonable use cases for installing libraries and include files without a compiler or other tool chain components.
Reviewed by: imp, jrtc27 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D39918
|