Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Use TOOL_GENASSYM. Part of PR toolchain/30350



details:   https://anonhg.NetBSD.org/src/rev/6a1a85e8b3e9
branches:  trunk
changeset: 581256:6a1a85e8b3e9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon May 30 15:54:30 2005 +0000

description:
Use TOOL_GENASSYM.  Part of PR toolchain/30350

diffstat:

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

diffs (31 lines):

diff -r 6366658bf6f7 -r 6a1a85e8b3e9 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Mon May 30 15:52:16 2005 +0000
+++ b/sys/conf/Makefile.kern.inc        Mon May 30 15:54:30 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.60 2005/05/23 22:01:11 dbj Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.61 2005/05/30 15:54:30 thorpej Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -210,10 +210,10 @@
 ## (6) port independent targets and dependencies: assym.h, vers.o
 ##
 .if !target(assym.h)
-assym.h: $S/kern/genassym.sh ${GENASSYM} ${GENASSYM_EXTRAS}
+assym.h: ${GENASSYM} ${GENASSYM_EXTRAS}
        ${_MKTARGET_CREATE}
        cat ${GENASSYM} ${GENASSYM_EXTRAS} | \
-           ${HOST_SH} $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
+           ${TOOL_GENASSYM} -- ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} \
            > assym.h.tmp && \
        mv -f assym.h.tmp assym.h
 ${MD_SFILES:C/\.[Ss]/.o/} ${SFILES:C/\.[Ss]/.o/}: assym.h
@@ -299,7 +299,7 @@
        ${MKDEP} -a -- ${MKDEP_CFLAGS} ${CPPFLAGS} ${MD_CFILES} ${MI_CFILES} \
            ${CFILES}
        cat ${GENASSYM} ${GENASSYM_EXTRAS} | \
-           ${HOST_SH} $S/kern/genassym.sh ${MKDEP} -f assym.dep -- \
+           ${TOOL_GENASSYM} -- ${MKDEP} -f assym.dep -- \
            ${CFLAGS} ${CPPFLAGS}
        @sed -e 's/^.*\.o:.*\.c /assym.h: /' < assym.dep >> .depend
        @rm -f assym.dep



Home | Main Index | Thread Index | Old Index