Module Name: src
Committed By: bouyer
Date: Fri Nov 22 15:26:28 UTC 2019
Modified Files:
src/etc [netbsd-9]: Makefile.params
src/share/mk [netbsd-9]: bsd.README
Log Message:
Pull up following revision(s) (requested by martin in ticket #462):
share/mk/bsd.README: revision 1.397
etc/Makefile.params: revision 1.21
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.20.2.1 src/etc/Makefile.params
cvs rdiff -u -r1.393 -r1.393.2.1 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.20.2.1
--- src/etc/Makefile.params:1.20 Tue Jul 10 13:22:22 2018
+++ src/etc/Makefile.params Fri Nov 22 15:26:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.params,v 1.20 2018/07/10 13:22:22 martin Exp $
+# $NetBSD: Makefile.params,v 1.20.2.1 2019/11/22 15:26:28 bouyer 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.393 src/share/mk/bsd.README:1.393.2.1
--- src/share/mk/bsd.README:1.393 Wed Jul 24 09:28:29 2019
+++ src/share/mk/bsd.README Fri Nov 22 15:26:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.393 2019/07/24 09:28:29 roy Exp $
+# $NetBSD: bsd.README,v 1.393.2.1 2019/11/22 15:26:28 bouyer 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.