Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/mvme68k/stand/bootsd Pullup from trunk: 1.3 - 1.4



details:   https://anonhg.NetBSD.org/src/rev/37846519ae0e
branches:  netbsd-1-5
changeset: 488274:37846519ae0e
user:      scw <scw%NetBSD.org@localhost>
date:      Mon Jun 26 18:12:37 2000 +0000

description:
Pullup from trunk: 1.3 - 1.4
Approved by: thorpej

DTRT for `dependall' during a make build. This slipped through the net
due to a local fix which got forgotten about.

diffstat:

 sys/arch/mvme68k/stand/bootsd/Makefile |  15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 39d6b6f5ea65 -r 37846519ae0e sys/arch/mvme68k/stand/bootsd/Makefile
--- a/sys/arch/mvme68k/stand/bootsd/Makefile    Mon Jun 26 16:13:42 2000 +0000
+++ b/sys/arch/mvme68k/stand/bootsd/Makefile    Mon Jun 26 18:12:37 2000 +0000
@@ -1,10 +1,12 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/10/93
-#      $NetBSD: Makefile,v 1.3 1998/06/12 23:11:45 cgd Exp $
+#      $NetBSD: Makefile,v 1.3.28.1 2000/06/26 18:12:37 scw Exp $
 
 RELOC=0x3F0000 
 
 S=     ${.CURDIR}/../../../..
 DEFS= 
+NOMAN= 1
+NOLINT=        1
 INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${.CURDIR}/../libbug \
        -I${.CURDIR}/../../include -I${S} -I${S}/lib/libsa
 CFLAGS=        -O2 ${INCPATH} ${DEFS} ${COPTS}
@@ -15,21 +17,14 @@
 .include "${S}/arch/mvme68k/stand/libsa/Makefile.inc"
 
 SRCS=   boot.c conf.c version.c
-
+PROG=  bootsd 
 LIBS=  ${LIBSA} ${LIBBUG}
 
-OBJS= ${SRCS:N*.h:R:S/$/.o/g}
-
-BOOTS= bootsd 
-ALL=   ${BOOTS} 
-
-all: ${ALL}
-
 bootsd: ${OBJS} ${LIBSA} ${BUGCRT} ${LIBBUG}
        ${LD} -N -T ${RELOC} -o $@ \
                ${SRTOBJ} ${BUGCRT} ${OBJS} ${LIBSA} ${LIBBUG} 
 
 install:
-       ${INSTALL} -c -m 555 -g bin -o bin ${BOOTS} ${DESTDIR}${MDEC_DIR}
+       ${INSTALL} -c -m 555 -g bin -o bin ${PROG} ${DESTDIR}${MDEC_DIR}
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index