Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Stop ordering dependencies alphabetically.



details:   https://anonhg.NetBSD.org/src/rev/482ceba29ee8
branches:  trunk
changeset: 333733:482ceba29ee8
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Nov 15 12:56:28 2014 +0000

description:
Stop ordering dependencies alphabetically.

diffstat:

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

diffs (27 lines):

diff -r cb5fe22eca7b -r 482ceba29ee8 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sat Nov 15 12:36:42 2014 +0000
+++ b/sys/conf/Makefile.kern.inc        Sat Nov 15 12:56:28 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.182 2014/11/15 08:20:42 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.183 2014/11/15 12:56:28 uebayasi Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -228,7 +228,7 @@
 .else
 SYSTEM_OBJ?=   ${MD_OBJS} ${MI_OBJS} ${OBJS:O} ${SYSLIBCOMPAT} ${LIBKERN}
 .endif
-SYSTEM_DEP+=   Makefile ${SYSTEM_OBJ:O} .gdbinit
+SYSTEM_DEP+=   Makefile ${SYSTEM_OBJ} .gdbinit
 .if defined(KERNLDSCRIPT)
 SYSTEM_DEP+=   ${KERNLDSCRIPT}
 .endif
@@ -377,7 +377,7 @@
 SSRCS=${MD_SFILES} ${SFILES}
 CSRCS=${MD_CFILES} ${MI_CFILES} ${CFILES}
 SRCS=${SSRCS} ${CSRCS}
-DEPS=  ${SRCS:T:O:u:R:S/$/.d/g}
+DEPS=  ${SRCS:T:u:R:S/$/.d/g}
 
 .for _s in ${SSRCS}
 .if !target(${_s:T:R}.d)



Home | Main Index | Thread Index | Old Index