Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/conf Pull up revision 1.20 (requested by lukem):



details:   https://anonhg.NetBSD.org/src/rev/0f8b34e44236
branches:  netbsd-1-6
changeset: 529017:0f8b34e44236
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Aug 17 16:02:38 2002 +0000

description:
Pull up revision 1.20 (requested by lukem):
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 5f0f7ef39de3 -r 0f8b34e44236 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sat Aug 17 15:55:37 2002 +0000
+++ b/sys/conf/Makefile.kern.inc        Sat Aug 17 16:02:38 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.13.4.5 2002/07/15 16:08:15 thorpej Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.13.4.6 2002/08/17 16:02:38 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