Disable REPRODUCIBLE_BUILD for kernel builds.
The REPRODUCIBLE_BUILD option is actually managed in two separate files. src.opts.mk governs the setting for world builds and kern.opts.mk governs it for kernel builds. r350550 only changed the default for world builds. Reported by: emaste Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D21444
This commit is contained in:
parent
dc3d530b6c
commit
7c6039a4fe
@ -42,7 +42,6 @@ __DEFAULT_YES_OPTIONS = \
|
||||
KERNEL_SYMBOLS \
|
||||
NETGRAPH \
|
||||
PF \
|
||||
REPRODUCIBLE_BUILD \
|
||||
SOURCELESS_HOST \
|
||||
SOURCELESS_UCODE \
|
||||
TESTS \
|
||||
@ -53,7 +52,8 @@ __DEFAULT_NO_OPTIONS = \
|
||||
EXTRA_TCP_STACKS \
|
||||
KERNEL_RETPOLINE \
|
||||
OFED \
|
||||
RATELIMIT
|
||||
RATELIMIT \
|
||||
REPRODUCIBLE_BUILD
|
||||
|
||||
# Some options are totally broken on some architectures. We disable
|
||||
# them. If you need to enable them on an experimental basis, you
|
||||
|
Loading…
Reference in New Issue
Block a user