Sun Jan 26 17:33:53 2014 UTC ()
Add BUILDSEED to RELEASEVARS.


(apb)
diff -r1.9 -r1.10 src/etc/Makefile.params

cvs diff -r1.9 -r1.10 src/etc/Makefile.params (expand / switch to unified diff)

--- src/etc/Makefile.params 2014/01/26 16:53:00 1.9
+++ src/etc/Makefile.params 2014/01/26 17:33:53 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.params,v 1.9 2014/01/26 16:53:00 apb Exp $ 1# $NetBSD: Makefile.params,v 1.10 2014/01/26 17:33:53 apb Exp $
2# 2#
3# Makefile fragment for printing build parameters. 3# Makefile fragment for printing build parameters.
4# 4#
5# Public variables: 5# Public variables:
6# RELEASEVARS 6# RELEASEVARS
7# List of variables whose value should be printed. 7# List of variables whose value should be printed.
8# 8#
9# PRINT_PARAMS 9# PRINT_PARAMS
10# A command to print the desired variables and values 10# A command to print the desired variables and values
11# to stdout, without any additional debugging information. 11# to stdout, without any additional debugging information.
12# Values are printed as single-quoted strings, with 12# Values are printed as single-quoted strings, with
13# embedded quotes and newlines escaped in a way that's 13# embedded quotes and newlines escaped in a way that's
14# acceptable to sh(1). Undefined values are printed 14# acceptable to sh(1). Undefined values are printed
@@ -27,27 +27,27 @@ @@ -27,27 +27,27 @@
27# _params_redirect: 27# _params_redirect:
28# If set, this should be a shell redirection specification, such 28# If set, this should be a shell redirection specification, such
29# as '>&3', controlling where the output from "make _params" will 29# as '>&3', controlling where the output from "make _params" will
30# be sent. 30# be sent.
31# 31#
32# Example: 32# Example:
33# . ${NETBSDSRCDIR}/etc/Makefile.params 33# . ${NETBSDSRCDIR}/etc/Makefile.params
34# show-params: .MAKE .PHONY # print params to stdout 34# show-params: .MAKE .PHONY # print params to stdout
35# @${PRINT_PARAMS} 35# @${PRINT_PARAMS}
36# 36#
37 37
38.include <bsd.own.mk> # for some variables 38.include <bsd.own.mk> # for some variables
39 39
40RELEASEVARS= BSDOBJDIR BSDSRCDIR BUILDID \ 40RELEASEVARS= BSDOBJDIR BSDSRCDIR BUILDID BUILDSEED \
41 DESTDIR DISTRIBVER EXTERNAL_TOOLCHAIN HAVE_GCC HAVE_GDB \ 41 DESTDIR DISTRIBVER EXTERNAL_TOOLCHAIN HAVE_GCC HAVE_GDB \
42 HAVE_LLVM HAVE_PCC INSTALLWORLDDIR \ 42 HAVE_LLVM HAVE_PCC INSTALLWORLDDIR \
43 KERNARCHDIR KERNCONFDIR KERNOBJDIR KERNSRCDIR \ 43 KERNARCHDIR KERNCONFDIR KERNOBJDIR KERNSRCDIR \
44 MACHINE MACHINE_ARCH MAKE MAKECONF MAKEFLAGS \ 44 MACHINE MACHINE_ARCH MAKE MAKECONF MAKEFLAGS \
45 MAKEOBJDIR MAKEOBJDIRPREFIX MAKEVERBOSE \ 45 MAKEOBJDIR MAKEOBJDIRPREFIX MAKEVERBOSE \
46 MKARZERO MKATF MKBFD MKBINUTILS MKCATPAGES \ 46 MKARZERO MKATF MKBFD MKBINUTILS MKCATPAGES \
47 MKCRYPTO MKCRYPTO_RC5 MKCVS \ 47 MKCRYPTO MKCRYPTO_RC5 MKCVS \
48 MKDEBUG MKDEBUGLIB MKDOC MKDTRACE MKDYNAMICROOT \ 48 MKDEBUG MKDEBUGLIB MKDOC MKDTRACE MKDYNAMICROOT \
49 MKGCC MKGCCCMDS MKGDB \ 49 MKGCC MKGCCCMDS MKGDB \
50 MKHESIOD MKHTML MKIEEEFP MKINET6 MKINFO MKIPFILTER \ 50 MKHESIOD MKHTML MKIEEEFP MKINET6 MKINFO MKIPFILTER \
51 MKKERBEROS MKKYUA MKLDAP MKLINKLIB MKLINT MKLLVM \ 51 MKKERBEROS MKKYUA MKLDAP MKLINKLIB MKLINT MKLLVM \
52 MKMAN MKMANZ MKMDNS MKNLS MKNPF MKOBJ MKOBJDIRS \ 52 MKMAN MKMANZ MKMDNS MKNLS MKNPF MKOBJ MKOBJDIRS \
53 MKPAM MKPCC MKPF MKPIC MKPICINSTALL MKPICLIB MKPOSTFIX \ 53 MKPAM MKPCC MKPF MKPIC MKPICINSTALL MKPICLIB MKPOSTFIX \