Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern default newvers.sh parameters to r...
details: https://anonhg.NetBSD.org/src/rev/282b8a5cac27
branches: trunk
changeset: 335976:282b8a5cac27
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Feb 04 12:48:05 2015 +0000
description:
default newvers.sh parameters to reproducible build
diffstat:
sys/rump/librump/rumpkern/Makefile.rumpkern | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diffs (29 lines):
diff -r a53716f5d081 -r 282b8a5cac27 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern Wed Feb 04 09:05:53 2015 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern Wed Feb 04 12:48:05 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rumpkern,v 1.153 2015/01/07 22:24:04 pooka Exp $
+# $NetBSD: Makefile.rumpkern,v 1.154 2015/02/04 12:48:05 pooka Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@@ -50,18 +50,10 @@
SRCS+= locks.c
.endif
-MKREPRO?=no
-
-.if ${MKREPRO} == "yes"
-_NVFLAGS=-r
-.else
-_NVFLAGS=
-.endif
-
vers.c: ${RUMPTOP}/../conf/newvers.sh ${RUMPTOP}/../conf/osrelease.sh \
${RUMPTOP}/../sys/param.h ${_NETBSD_VERSION_DEPENDS}
${_MKMSG_CREATE} vers.c
- ${HOST_SH} ${RUMPTOP}/../conf/newvers.sh -i RUMP-ROAST -n ${_NVFLAGS}
+ ${HOST_SH} ${RUMPTOP}/../conf/newvers.sh -i RUMP-ROAST -n -r
SRCS+= vers.c
CLEANFILES+= vers.c version
Home |
Main Index |
Thread Index |
Old Index