Module Name: src
Committed By: jmcneill
Date: Thu Aug 11 22:37:57 UTC 2011
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
let md makefile add newvers.sh flags by setting NVFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/sys/conf/Makefile.kern.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.144 src/sys/conf/Makefile.kern.inc:1.145
--- src/sys/conf/Makefile.kern.inc:1.144 Tue Aug 9 13:02:53 2011
+++ src/sys/conf/Makefile.kern.inc Thu Aug 11 22:37:57 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.144 2011/08/09 13:02:53 joerg Exp $
+# $NetBSD: Makefile.kern.inc,v 1.145 2011/08/11 22:37:57 jmcneill Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -281,9 +281,9 @@
MKREPRO?=no
.if ${MKREPRO} == "yes"
-_NVFLAGS=-r
+_NVFLAGS=${NVFLAGS} -r
.else
-_NVFLAGS=
+_NVFLAGS=${NVFLAGS}
.endif
.if !target(vers.o)