Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf let md makefile add newvers.sh flags by setting NVF...



details:   https://anonhg.NetBSD.org/src/rev/efd6773b1c79
branches:  trunk
changeset: 768209:efd6773b1c79
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Aug 11 22:37:57 2011 +0000

description:
let md makefile add newvers.sh flags by setting NVFLAGS

diffstat:

 sys/conf/Makefile.kern.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r f0ddfd59bd8e -r efd6773b1c79 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Thu Aug 11 22:30:41 2011 +0000
+++ b/sys/conf/Makefile.kern.inc        Thu Aug 11 22:37:57 2011 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index