svn commit: r350550 - head/share/mk

John Baldwin jhb at FreeBSD.org
Sat Aug 3 01:06:18 UTC 2019


Author: jhb
Date: Sat Aug  3 01:06:17 2019
New Revision: 350550
URL: https://svnweb.freebsd.org/changeset/base/350550

Log:
  Flip REPRODUCIBLE_BUILD back to off by default in head.
  
  Having the full uname output can be useful on head even with
  unmodified trees or trees that newvers.sh fails to recognize as
  modified.
  
  Reviewed by:	emaste
  Differential Revision:	https://reviews.freebsd.org/D20895

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Sat Aug  3 01:02:52 2019	(r350549)
+++ head/share/mk/src.opts.mk	Sat Aug  3 01:06:17 2019	(r350550)
@@ -162,7 +162,6 @@ __DEFAULT_YES_OPTIONS = \
     QUOTAS \
     RADIUS_SUPPORT \
     RBOOTD \
-    REPRODUCIBLE_BUILD \
     RESCUE \
     ROUTED \
     SENDMAIL \
@@ -208,6 +207,7 @@ __DEFAULT_NO_OPTIONS = \
     LOADER_VERIEXEC_PASS_MANIFEST \
     OFED_EXTRA \
     OPENLDAP \
+    REPRODUCIBLE_BUILD \
     RPCBIND_WARMSTART_SUPPORT \
     SHARED_TOOLCHAIN \
     SORT_THREADS \


More information about the svn-src-all mailing list