Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/stand Put asm objects into OBJS, not depend...



details:   https://anonhg.NetBSD.org/src/rev/d38b20b8f81e
branches:  trunk
changeset: 749716:d38b20b8f81e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Dec 06 13:31:16 2009 +0000

description:
Put asm objects into OBJS, not dependencies for all target.

diffstat:

 sys/arch/mvme68k/stand/libbug/Makefile |  5 +++--
 sys/arch/mvme68k/stand/libsa/Makefile  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 3ca73fcdc9b9 -r d38b20b8f81e sys/arch/mvme68k/stand/libbug/Makefile
--- a/sys/arch/mvme68k/stand/libbug/Makefile    Sun Dec 06 13:28:04 2009 +0000
+++ b/sys/arch/mvme68k/stand/libbug/Makefile    Sun Dec 06 13:31:16 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2001/12/12 01:49:46 tv Exp $
+#      $NetBSD: Makefile,v 1.15 2009/12/06 13:31:16 tsutsui Exp $
 
 LIB=bug
 
@@ -11,6 +11,7 @@
 
 SRCS=  bugcrt.c delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c \
        outln.c outstr.c putchar.c return.c rtc_rd.c
+OBJS+= bugstart.o
 CLEANFILES+= bugstart.o
 
 .include "../Makefile.booters"
@@ -24,7 +25,7 @@
        ${CC} -x assembler-with-cpp -traditional-cpp -nostdinc ${INCPATH} \
        -D_STANDALONE -c ${.IMPSRC}
 
-all realall: lib${LIB}.a bugstart.o
+all realall: lib${LIB}.a
 
 .include <bsd.own.mk>
 .undef DESTDIR
diff -r 3ca73fcdc9b9 -r d38b20b8f81e sys/arch/mvme68k/stand/libsa/Makefile
--- a/sys/arch/mvme68k/stand/libsa/Makefile     Sun Dec 06 13:28:04 2009 +0000
+++ b/sys/arch/mvme68k/stand/libsa/Makefile     Sun Dec 06 13:31:16 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.30 2009/03/19 10:19:33 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.31 2009/12/06 13:31:17 tsutsui Exp $
 
 LIB=sa
 
@@ -55,6 +55,7 @@
 CPPFLAGS+= -DSUPPORT_RARP -DSUPPORT_BOOTPARAM
 CPPFLAGS+= -DSUPPORT_NFS -DNFS_NOSYMLINK
 
+OBJS+= SRT0.o
 CLEANFILES+= SRT0.o
 
 .include "../Makefile.booters"
@@ -66,7 +67,7 @@
 # only needed during build
 libinstall::
 
-all realall: lib${LIB}.a SRT0.o
+all realall: lib${LIB}.a
 
 .include <bsd.own.mk>
 .undef DESTDIR



Home | Main Index | Thread Index | Old Index