diff options
| author | bouyer <bouyer@NetBSD.org> | 2019-11-22 15:26:28 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2019-11-22 15:26:28 +0000 |
| commit | 89d57075c5b7d2d3788d0e25fd6da40450fa57a9 (patch) | |
| tree | ee87802526a4fa89413f71a9a5566aa0a2f2f03f /etc | |
| parent | 80f0f7c799e58c15f5066ce95727d1083828ea4b (diff) | |
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 (limited to 'etc')
| -rw-r--r-- | etc/Makefile.params | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile.params b/etc/Makefile.params index e5603234a98..f2053608226 100644 --- a/etc/Makefile.params +++ b/etc/Makefile.params @@ -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 \ |
