Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvmeppc/stand/libsa Put srt0.S to SRCS, not in depe...
details: https://anonhg.NetBSD.org/src/rev/9eade0bd7d64
branches: trunk
changeset: 749933:9eade0bd7d64
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Dec 13 08:36:01 2009 +0000
description:
Put srt0.S to SRCS, not in dependencies for target all.
diffstat:
sys/arch/mvmeppc/stand/libsa/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r 2479f7b6c8c0 -r 9eade0bd7d64 sys/arch/mvmeppc/stand/libsa/Makefile
--- a/sys/arch/mvmeppc/stand/libsa/Makefile Sun Dec 13 08:32:57 2009 +0000
+++ b/sys/arch/mvmeppc/stand/libsa/Makefile Sun Dec 13 08:36:01 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/03/19 10:19:33 tsutsui Exp $
+# $NetBSD: Makefile,v 1.8 2009/12/13 08:36:01 tsutsui Exp $
LIB=sa
@@ -18,7 +18,7 @@
SRC_kern= ashldi3.c ashrdi3.c strcmp.c strlen.c strncpy.c inet_addr.c
-SRC_here= bugsyscalls.S exec_mvme.c parse_args.c getchar.c putchar.c
+SRC_here= srt0.S bugsyscalls.S exec_mvme.c parse_args.c getchar.c putchar.c
SRC_here+= if_bug.c clock.c
SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_here}
@@ -33,8 +33,6 @@
#CPPFLAGS+= -DSUPPORT_RARP -DSUPPORT_BOOTPARAM
CPPFLAGS+= -DSUPPORT_NFS -DNFS_NOSYMLINK
-CLEANFILES+= srt0.o
-
.include "../Makefile.booters"
.include "${S}/../common/lib/libc/Makefile.inc"
@@ -43,7 +41,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