Module Name: src
Committed By: martin
Date: Fri Nov 22 13:30:19 UTC 2019
Modified Files:
src/etc: Makefile.params
src/share/mk: bsd.README
Log Message:
Document NETBSD_OFFICIAL_RELEASE and add it to /etc/release - it is
important information when trying to reproduce a build.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/etc/Makefile.params
cvs rdiff -u -r1.396 -r1.397 src/share/mk/bsd.README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/Makefile.params
diff -u src/etc/Makefile.params:1.20 src/etc/Makefile.params:1.21
--- src/etc/Makefile.params:1.20 Tue Jul 10 13:22:22 2018
+++ src/etc/Makefile.params Fri Nov 22 13:30:19 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.params,v 1.20 2018/07/10 13:22:22 martin Exp $
+# $NetBSD: Makefile.params,v 1.21 2019/11/22 13:30:19 martin Exp $
#
# Makefile fragment for printing build parameters.
#
@@ -40,7 +40,7 @@
RELEASEVARS= DISTRIBVER EXTERNAL_TOOLCHAIN HAVE_GCC HAVE_GDB \
HAVE_LLVM HAVE_PCC INSTALLWORLDDIR \
MACHINE MACHINE_ARCH \
- NOCLEANDIR NODISTRIBDIRS NOINCLUDES \
+ NETBSD_OFFICIAL_RELEASE NOCLEANDIR NODISTRIBDIRS NOINCLUDES \
TOOLCHAIN_MISSING \
USE_HESIOD USE_INET6 USE_JEMALLOC USE_KERBEROS USE_LDAP \
USE_PAM USE_SKEY USE_YP \
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.396 src/share/mk/bsd.README:1.397
--- src/share/mk/bsd.README:1.396 Mon Nov 18 16:09:21 2019
+++ src/share/mk/bsd.README Fri Nov 22 13:30:19 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.396 2019/11/18 16:09:21 christos Exp $
+# $NetBSD: bsd.README,v 1.397 2019/11/22 13:30:19 martin Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -152,6 +152,16 @@ MKCTF If "no", do not build and install
during build.
Default: no
+NETBSD_OFFICIAL_RELEASE
+ If defined and set to "yes", the build targets an official
+ NetBSD release which is going to be available from
+ ftp.NetBSD.org / cdn.NetBSD.org. This modifies a few
+ default paths in the installer and also creates different
+ links in the install documentation.
+ The auto-build cluster uses this variable to distinguish
+ "daily" builds from real releases.
+ Default: undefined (no)
+
NOCTF Don't generate and manipulate CTF data of ELF binaries
during build. It is set internally for standalone programs.