Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/boot/boot Don't build boot.mop. Remove a redun...



details:   https://anonhg.NetBSD.org/src/rev/f19deb5b2e86
branches:  trunk
changeset: 524819:f19deb5b2e86
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Mar 31 07:30:22 2002 +0000

description:
Don't build boot.mop.  Remove a redundant ${INSTALL_FILE}

diffstat:

 sys/arch/vax/boot/boot/Makefile |  17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

diffs (46 lines):

diff -r 2d290c0305d9 -r f19deb5b2e86 sys/arch/vax/boot/boot/Makefile
--- a/sys/arch/vax/boot/boot/Makefile   Sun Mar 31 07:19:03 2002 +0000
+++ b/sys/arch/vax/boot/boot/Makefile   Sun Mar 31 07:30:22 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2002/02/24 01:04:24 matt Exp $
+#      $NetBSD: Makefile,v 1.26 2002/03/31 07:30:22 matt Exp $
 
 S=     ${.CURDIR}/../../../..
 NOMAN= # defined
@@ -11,12 +11,12 @@
 SRCS=  srt0.S boot.c devopen.c conf.c autoconf.c netio.c rom.c romread.S \
        consio.c consio2.S str.S ${DEVS} findcpu.c vers.c
 
-CLEANFILES+=${PROG} ${PROG}.mop vers.c
+CLEANFILES+=${PROG} ${PROG}.* vers.c
 CPPFLAGS+=-DSUPPORT_BOOTPARAMS -DSUPPORT_BOOTP -DSUPPORT_DHCP -D_STANDALONE \
        -DNO_MID_CHECK
 #CPPFLAGS+=-DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DDEV_DEBUG \
 #      -DRPC_DEBUG -DRARP_DEBUG -DPARANOID
-BINDIR=        /
+BINDIR=        
 MDEC_DIR=/usr/mdec
 
 SA_AS= library
@@ -56,20 +56,11 @@
 ${PROG}: machine-links ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
        ${LD} -N -Ttext ${RELOC} -e ${START} -o ${PROG}.sym ${OBJS} \
            ${LIBSA} ${LIBZ} ${LIBSA} ${LIBKERN}
-.if ${OBJECT_FMT} != "ELF"
-       /usr/sbin/mopa.out ${PROG}.sym ${PROG}.mop
-.endif
        ${STRIP} -o ${PROG} ${PROG}.sym
        ${SIZE} ${PROG}
 
 install:
        ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \
-               ${PROG} ${DESTDIR}${BINDIR}
-       ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \
-               ${PROG} ${DESTDIR}${MDEC_DIR}
-.if ${OBJECT_FMT} != "ELF"
-       ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \
-               ${PROG}.mop ${DESTDIR}${MDEC_DIR}
-.endif
+               ${PROG} ${DESTDIR}${MDEC_DIR}/${PROG}
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index