Module Name:    src
Committed By:   martin
Date:           Thu Jul  5 15:52:27 UTC 2018

Modified Files:
        src/etc: Makefile.params

Log Message:
Temporary hack to get MKREPRO debug info out of the build cluster. XXX revert!


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/etc/Makefile.params:1.18
--- src/etc/Makefile.params:1.17	Tue Jan 24 17:54:52 2017
+++ src/etc/Makefile.params	Thu Jul  5 15:52:27 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.params,v 1.17 2017/01/24 17:54:52 christos Exp $
+#	$NetBSD: Makefile.params,v 1.18 2018/07/05 15:52:27 martin Exp $
 #
 # Makefile fragment for printing build parameters.
 #
@@ -52,6 +52,9 @@ RELEASEVARS+= 	BSDOBJDIR BSDSRCDIR BUILD
 		DESTDIR KERNARCHDIR KERNCONFDIR KERNOBJDIR KERNSRCDIR MAKE \
 		MAKEFLAGS NBUILDJOBS NETBSDSRCDIR OBJMACHINE OBJMACHINE_ARCH \
 		RELEASEDIR RELEASEMACHINEDIR TOOLDIR USR_OBJMACHINE X11SRCDIR
+.else
+		# temporary debugging for MKREPRO builds
+RELEASEVARS+=	BUILDSEED _CXXSEED __BUILDSEED
 .endif
 
 RELEASEVARS+= ${_MKVARS.yes} ${_MKVARS.no}

Reply via email to