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 Make targets proper so this builds both ...
details: https://anonhg.NetBSD.org/src/rev/f9b0832641e7
branches: trunk
changeset: 503260:f9b0832641e7
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Feb 04 08:57:21 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).
diffstat:
sys/arch/sun3/stand/Makefile.inc | 5 +----
sys/arch/sun3/stand/bootxx/Makefile | 6 ++++--
sys/arch/sun3/stand/tapeboot/Makefile | 6 ++++--
sys/arch/sun3/stand/ufsboot/Makefile | 6 ++++--
4 files changed, 13 insertions(+), 10 deletions(-)
diffs (76 lines):
diff -r b8ca0f0f793b -r f9b0832641e7 sys/arch/sun3/stand/Makefile.inc
--- a/sys/arch/sun3/stand/Makefile.inc Sun Feb 04 08:37:33 2001 +0000
+++ b/sys/arch/sun3/stand/Makefile.inc Sun Feb 04 08:57:21 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.13 2000/07/16 21:56:12 jdolecek Exp $
+# $NetBSD: Makefile.inc,v 1.14 2001/02/04 08:57:21 jmc Exp $
.if defined(SA_PROG)
@@ -11,9 +11,6 @@
MDEC_DIR?=/usr/mdec
-SRCS?= ${SA_PROG}.c
-OBJS?= ${SRCS:.c=.o}
-
RELOC?= 240000
DEFS?= -Dsun3 -D_STANDALONE
INCL?= -I. -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S}
diff -r b8ca0f0f793b -r f9b0832641e7 sys/arch/sun3/stand/bootxx/Makefile
--- a/sys/arch/sun3/stand/bootxx/Makefile Sun Feb 04 08:37:33 2001 +0000
+++ b/sys/arch/sun3/stand/bootxx/Makefile Sun Feb 04 08:57:21 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/07/16 21:56:13 jdolecek Exp $
+# $NetBSD: Makefile,v 1.7 2001/02/04 08:57:22 jmc Exp $
SA_PROG= bootxx
SRCS= bootxx.c conf.c
@@ -6,7 +6,9 @@
# Do not strip or remove a.out header for this one.
STRIPFLAG=
-all: ${SA_PROG}
+PROG= ${SA_PROG}
+MKMAN= no
+NOMAN= yes
.include <bsd.prog.mk>
diff -r b8ca0f0f793b -r f9b0832641e7 sys/arch/sun3/stand/tapeboot/Makefile
--- a/sys/arch/sun3/stand/tapeboot/Makefile Sun Feb 04 08:37:33 2001 +0000
+++ b/sys/arch/sun3/stand/tapeboot/Makefile Sun Feb 04 08:57:21 2001 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.4 1998/02/05 04:57:20 gwr Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/04 08:57:22 jmc Exp $
SA_PROG= tapeboot
SRCS= boot.c conf.c rawfs.c dev_tape.c
-all: ${SA_PROG}.bin
+PROG= ${SA_PROG} ${SA_PROG}.bin
+MKMAN= no
+NOMAN= yes
.include <bsd.prog.mk>
diff -r b8ca0f0f793b -r f9b0832641e7 sys/arch/sun3/stand/ufsboot/Makefile
--- a/sys/arch/sun3/stand/ufsboot/Makefile Sun Feb 04 08:37:33 2001 +0000
+++ b/sys/arch/sun3/stand/ufsboot/Makefile Sun Feb 04 08:57:21 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/07/16 21:56:15 jdolecek Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/04 08:57:22 jmc Exp $
SA_PROG= ufsboot
@@ -8,7 +8,9 @@
# Build these locally
SRCS+= ufs.c
-all: ${SA_PROG}.bin
+PROG= ${SA_PROG} ${SA_PROG}.bin
+MKMAN= no
+NOMAN= yes
.include <bsd.prog.mk>
.PATH: ${S}/lib/libsa
Home |
Main Index |
Thread Index |
Old Index