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 install boot.mop if ELF.



details:   https://anonhg.NetBSD.org/src/rev/69fca380f0ed
branches:  trunk
changeset: 519636:69fca380f0ed
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Dec 23 02:21:35 2001 +0000

description:
Don't install boot.mop if ELF.

diffstat:

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

diffs (19 lines):

diff -r 8238757c6fc3 -r 69fca380f0ed sys/arch/vax/boot/boot/Makefile
--- a/sys/arch/vax/boot/boot/Makefile   Sun Dec 23 02:21:03 2001 +0000
+++ b/sys/arch/vax/boot/boot/Makefile   Sun Dec 23 02:21:35 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2001/12/12 01:49:54 tv Exp $
+#      $NetBSD: Makefile,v 1.22 2001/12/23 02:21:35 matt Exp $
 
 S=     ${.CURDIR}/../../../..
 NOMAN= # defined
@@ -61,7 +61,9 @@
            ${DESTDIR}${BINDIR}
        ${INSTALL} ${COPY} -m 555 -o ${BINOWN} -g ${BINGRP} ${PROG} \
            ${DESTDIR}${MDEC_DIR}
+.if ${OBJECT_FMT} != "ELF"
        ${INSTALL} ${COPY} -m 555 -o ${BINOWN} -g ${BINGRP} ${PROG}.mop \
            ${DESTDIR}${MDEC_DIR}
+.endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index