]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Disable REPRODUCIBLE_BUILD for kernel builds.
authorjhb <jhb@FreeBSD.org>
Sat, 28 Sep 2019 14:14:42 +0000 (14:14 +0000)
committerjhb <jhb@FreeBSD.org>
Sat, 28 Sep 2019 14:14:42 +0000 (14:14 +0000)
commit7c6039a4fe7b992a3a98f6c42afc0bffdf00e038
treedc9bb5aa34021c820c2bba01ec282e1f857563be
parentdc3d530b6c8907106d3af9309fe3f3ccd36d78a0
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
sys/conf/kern.opts.mk