Source-Changes-HG archive

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

[src/trunk]: src/sys/conf vers.o should also depend upon $S/conf/newvers.sh a...



details:   https://anonhg.NetBSD.org/src/rev/af90e1b0ef8b
branches:  trunk
changeset: 535153:af90e1b0ef8b
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Aug 11 10:47:24 2002 +0000

description:
vers.o should also depend upon $S/conf/newvers.sh and $S/conf/osrelease.sh

diffstat:

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

diffs (18 lines):

diff -r 9b267c3df7f5 -r af90e1b0ef8b sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sun Aug 11 10:35:48 2002 +0000
+++ b/sys/conf/Makefile.kern.inc        Sun Aug 11 10:47:24 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.19 2002/07/12 17:48:23 wrstuden Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.20 2002/08/11 10:47:24 lukem Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. There are
@@ -187,7 +187,7 @@
 
 .if !target(vers.o)
 newvers: vers.o
-vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
+vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} $S/conf/newvers.sh $S/conf/osrelease.sh
        sh $S/conf/newvers.sh
        ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c
 .endif



Home | Main Index | Thread Index | Old Index