Module Name: src
Committed By: apb
Date: Sun Jan 26 17:33:53 UTC 2014
Modified Files:
src/etc: Makefile.params
Log Message:
Add BUILDSEED to RELEASEVARS.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/etc/Makefile.params
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.9 src/etc/Makefile.params:1.10
--- src/etc/Makefile.params:1.9 Sun Jan 26 16:53:00 2014
+++ src/etc/Makefile.params Sun Jan 26 17:33:53 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.params,v 1.9 2014/01/26 16:53:00 apb Exp $
+# $NetBSD: Makefile.params,v 1.10 2014/01/26 17:33:53 apb Exp $
#
# Makefile fragment for printing build parameters.
#
@@ -37,7 +37,7 @@
.include <bsd.own.mk> # for some variables
-RELEASEVARS= BSDOBJDIR BSDSRCDIR BUILDID \
+RELEASEVARS= BSDOBJDIR BSDSRCDIR BUILDID BUILDSEED \
DESTDIR DISTRIBVER EXTERNAL_TOOLCHAIN HAVE_GCC HAVE_GDB \
HAVE_LLVM HAVE_PCC INSTALLWORLDDIR \
KERNARCHDIR KERNCONFDIR KERNOBJDIR KERNSRCDIR \