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:
John Baldwin 2019-09-28 14:14:42 +00:00
parent 71e85612a9
commit 821a573826
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352844

View File

@ -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