Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Sort dependendy to keep alphabetical build order.



details:   https://anonhg.NetBSD.org/src/rev/5e8508d03bfe
branches:  trunk
changeset: 340400:5e8508d03bfe
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Sep 03 06:10:53 2015 +0000

description:
Sort dependendy to keep alphabetical build order.

diffstat:

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

diffs (27 lines):

diff -r 88a2af55a9da -r 5e8508d03bfe sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Thu Sep 03 06:09:46 2015 +0000
+++ b/sys/conf/Makefile.kern.inc        Thu Sep 03 06:10:53 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.231 2015/09/03 06:09:46 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.232 2015/09/03 06:10:53 uebayasi Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -343,7 +343,7 @@
 
 .if !target(vers.o)
 newvers: vers.o
-vers.o: ${SYSTEM_OBJ} Makefile $S/conf/newvers.sh \
+vers.o: ${SYSTEM_OBJ:O} Makefile $S/conf/newvers.sh \
                $S/conf/osrelease.sh ${_NETBSD_VERSION_DEPENDS}
        ${_MKMSG_CREATE} vers.c
        ${HOST_SH} $S/conf/newvers.sh ${_NVFLAGS}
@@ -494,7 +494,7 @@
 CWARNFLAGS+=   ${CWARNFLAGS.${.IMPSRC:T}}
 
 .for k in ${KERNELS}
-${k}: ${SYSTEM_DEP} vers.o build_kernel
+${k}: ${SYSTEM_DEP:O} vers.o build_kernel
 .endfor
 
 .if !defined(COPY_SYMTAB)



Home | Main Index | Thread Index | Old Index