Module Name: src
Committed By: njoly
Date: Sun Jun 6 20:09:38 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: Makefile.rumpkern
Log Message:
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 po...@.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/rump/librump/rumpkern/Makefile.rumpkern
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/Makefile.rumpkern
diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.87 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.88
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.87 Tue May 18 16:30:22 2010
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern Sun Jun 6 20:09:38 2010
@@ -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