Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf override thunk.d and thunk_sdl.d targets



details:   https://anonhg.NetBSD.org/src/rev/e527c030bf5a
branches:  trunk
changeset: 768915:e527c030bf5a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Aug 28 23:16:18 2011 +0000

description:
override thunk.d and thunk_sdl.d targets

diffstat:

 sys/arch/usermode/conf/Makefile.usermode |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 052f32f79189 -r e527c030bf5a sys/arch/usermode/conf/Makefile.usermode
--- a/sys/arch/usermode/conf/Makefile.usermode  Sun Aug 28 23:15:53 2011 +0000
+++ b/sys/arch/usermode/conf/Makefile.usermode  Sun Aug 28 23:16:18 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.usermode,v 1.14 2011/08/25 11:06:29 jmcneill Exp $
+# $NetBSD: Makefile.usermode,v 1.15 2011/08/28 23:16:18 jmcneill Exp $
 
 MACHINE_ARCH=                  usermode
 USETOOLS?=                     no
@@ -68,9 +68,17 @@
                ln -s $S/arch/i386/include i386
 .endif
 
+thunk.d: ${USERMODE}/usermode/thunk.c
+       ${MKDEP} -f ${.TARGET} -- ${MKDEP_CFLAGS} \
+           ${CPPFLAGS.thunk.c} ${USERMODE}/usermode/thunk.c
+
 thunk.o: ${USERMODE}/usermode/thunk.c
        ${CC} ${CPPFLAGS.thunk.c} -c -o $@ ${USERMODE}/usermode/thunk.c
 
+thunk_sdl.d: ${USERMODE}/usermode/thunk.c
+       ${MKDEP} -f ${.TARGET} -- ${MKDEP_CFLAGS} \
+           ${CPPFLAGS.thunk_sdl.c} ${USERMODE}/usermode/thunk_sdl.c
+
 thunk_sdl.o: ${USERMODE}/usermode/thunk_sdl.c
        ${CC} ${CPPFLAGS.thunk_sdl.c} -c -o $@ ${USERMODE}/usermode/thunk_sdl.c
 



Home | Main Index | Thread Index | Old Index