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 Keep around a version of boot with sy...



details:   https://anonhg.NetBSD.org/src/rev/83bdb5df53ad
branches:  trunk
changeset: 509343:83bdb5df53ad
user:      matt <matt%NetBSD.org@localhost>
date:      Wed May 02 06:56:29 2001 +0000

description:
Keep around a version of boot with symbols.

diffstat:

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

diffs (25 lines):

diff -r e5e4912d7b0a -r 83bdb5df53ad sys/arch/vax/boot/boot/Makefile
--- a/sys/arch/vax/boot/boot/Makefile   Wed May 02 06:24:38 2001 +0000
+++ b/sys/arch/vax/boot/boot/Makefile   Wed May 02 06:56:29 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2000/11/09 01:52:55 matt Exp $
+#      $NetBSD: Makefile,v 1.20 2001/05/02 06:56:29 matt Exp $
 
 S=     ${.CURDIR}/../../../..
 NOMAN= 1
@@ -48,12 +48,12 @@
        sh ${S}/conf/newvers_stand.sh -NM ${.CURDIR}/version "${MACHINE}"
 
 ${PROG}: machine-links ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
-       ${LD} -N -Ttext ${RELOC} -e nisse -o ${PROG} ${OBJS} \
+       ${LD} -N -Ttext ${RELOC} -e nisse -o ${PROG}.sym ${OBJS} \
            ${LIBSA} ${LIBZ} ${LIBSA} ${LIBKERN}
 .if ${OBJECT_FMT} != "ELF"
-       /usr/sbin/mopa.out ${PROG} ${PROG}.mop
+       /usr/sbin/mopa.out ${PROG}.sym ${PROG}.mop
 .endif
-       ${STRIP} ${PROG}
+       ${STRIP} -o ${PROG} ${PROG}.sym
        ${SIZE} ${PROG}
 
 install:



Home | Main Index | Thread Index | Old Index