Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/stand/libsa Make targets proper so this builds...



details:   https://anonhg.NetBSD.org/src/rev/c37578068edc
branches:  trunk
changeset: 503262:c37578068edc
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Feb 04 08:59:57 2001 +0000

description:
Make targets proper so this builds both as a make with no args, make all
or make dependall (without the latter snapshot builds break).

Also, change the build layout for the 2 standalone objs.

XXX - Add them to LOBJS. (We're not building lint libraries, but having them
in LOBJS and MKLINT=no results in objects building anyways. This needs to be
cleaner but nothing in the standard mk files jumps out as "other object files")

diffstat:

 sys/arch/sun3/stand/libsa/Makefile |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 18b0fbcfcd31 -r c37578068edc sys/arch/sun3/stand/libsa/Makefile
--- a/sys/arch/sun3/stand/libsa/Makefile        Sun Feb 04 08:57:52 2001 +0000
+++ b/sys/arch/sun3/stand/libsa/Makefile        Sun Feb 04 08:59:57 2001 +0000
@@ -1,7 +1,14 @@
-#      $NetBSD: Makefile,v 1.24 2000/07/16 21:56:13 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.25 2001/02/04 08:59:57 jmc Exp $
 
 LIB=sa
 
+# 
+# We're not actually building a lint version, but this way the separate object
+# files get built
+#
+
+LOBJS=SRT0.o SRT1.o
+
 MKLINT=no
 MKPIC=no
 MKPROFILE=no
@@ -41,8 +48,6 @@
 SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_here}
 SRCS+= ${S}/arch/sun3/sun3/ctrlsp.S
 
-all: SRT0.o SRT1.o
-
 # only needed during build
 libinstall::
 



Home | Main Index | Thread Index | Old Index