Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src Pull up following revision(s) (requested by martin in tic...
details: https://anonhg.NetBSD.org/src/rev/1f88b374d1df
branches: netbsd-9
changeset: 462844:1f88b374d1df
user: bouyer <bouyer%NetBSD.org@localhost>
date: Fri Nov 22 15:26:28 2019 +0000
description:
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.
diffstat:
etc/Makefile.params | 4 ++--
share/mk/bsd.README | 12 +++++++++++-
2 files changed, 13 insertions(+), 3 deletions(-)
diffs (44 lines):
diff -r ae1c11e1adbc -r 1f88b374d1df etc/Makefile.params
--- a/etc/Makefile.params Fri Nov 22 08:05:10 2019 +0000
+++ b/etc/Makefile.params Fri Nov 22 15:26:28 2019 +0000
@@ -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 \
diff -r ae1c11e1adbc -r 1f88b374d1df share/mk/bsd.README
--- a/share/mk/bsd.README Fri Nov 22 08:05:10 2019 +0000
+++ b/share/mk/bsd.README Fri Nov 22 15:26:28 2019 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index