Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/bebox/conf Comment out MKDEP SFILES. bebox dir has ...



details:   https://anonhg.NetBSD.org/src/rev/819da65294e7
branches:  trunk
changeset: 473972:819da65294e7
user:      sakamoto <sakamoto%NetBSD.org@localhost>
date:      Thu Jun 24 01:19:51 1999 +0000

description:
Comment out MKDEP SFILES. bebox dir has only locore.s.
include bsd.own.mk.

diffstat:

 sys/arch/bebox/conf/Makefile.bebox |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 6f94885c2fc3 -r 819da65294e7 sys/arch/bebox/conf/Makefile.bebox
--- a/sys/arch/bebox/conf/Makefile.bebox        Thu Jun 24 01:16:52 1999 +0000
+++ b/sys/arch/bebox/conf/Makefile.bebox        Thu Jun 24 01:19:51 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.bebox,v 1.11 1999/01/15 23:37:06 thorpej Exp $
+#      $NetBSD: Makefile.bebox,v 1.12 1999/06/24 01:19:51 sakamoto Exp $
 
 # Makefile for NetBSD
 #
@@ -18,6 +18,8 @@
 # -DTRACE      compile in kernel tracing hooks
 # -DQUOTA      compile in file system quotas
 
+.include <bsd.own.mk>
+
 # DEBUG is set to -g if debugging.
 # PROF is set to -pg if profiling.
 
@@ -56,6 +58,7 @@
 STRIPFLAGS=    --strip-debug
 
 ### find out what to use for libkern
+KERN_AS=       obj
 .include "$S/lib/libkern/Makefile.inc"
 .ifndef PROF
 LIBKERN=       ${KERNLIB}
@@ -164,7 +167,7 @@
 .depend: ${SRCS} assym.h param.c
        ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${BEBOX}/bebox/locore.s
        ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
-       ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
+#      ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
        sh $S/kern/genassym.sh ${MKDEP} -f assym.dep ${CFLAGS} \
          ${CPPFLAGS} < ${BEBOX}/bebox/genassym.cf
        @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend



Home | Main Index | Thread Index | Old Index