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 Make vers.c depend on sys/param.h ...



details:   https://anonhg.NetBSD.org/src/rev/6f220b2d1207
branches:  trunk
changeset: 755464:6f220b2d1207
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sun Jun 06 20:09:38 2010 +0000

description:
Make vers.c depend on sys/param.h too, to ensure that this file is
regenerated for on kernel version bump. Avoids __NetBSD_Version__ and
osrelease out of sync problem for mkupdate builds.

ok from pooka@.

diffstat:

 sys/rump/librump/rumpkern/Makefile.rumpkern |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fc7cca341a3c -r 6f220b2d1207 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Sun Jun 06 19:42:16 2010 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Sun Jun 06 20:09:38 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpkern,v 1.87 2010/05/18 16:30:22 pooka Exp $
+#      $NetBSD: Makefile.rumpkern,v 1.88 2010/06/06 20:09:38 njoly Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -24,7 +24,7 @@
 SRCS+= locks.c
 #SRCS+=        locks_up.c
 
-vers.c: ${RUMPTOP}/../conf/newvers.sh ${RUMPTOP}/../conf/osrelease.sh
+vers.c: ${RUMPTOP}/../conf/newvers.sh ${RUMPTOP}/../conf/osrelease.sh ${RUMPTOP}/../sys/param.h
        ${_MKMSG_CREATE} vers.c
        ${HOST_SH} ${RUMPTOP}/../conf/newvers.sh -i RUMP-ROAST -n
 SRCS+=         vers.c



Home | Main Index | Thread Index | Old Index