Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/stand/boot Delete lines that I didn't inte...



details:   https://anonhg.NetBSD.org/src/rev/39c5e3676536
branches:  trunk
changeset: 479836:39c5e3676536
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Thu Dec 23 01:40:06 1999 +0000

description:
Delete lines that I didn't intended to commit.

diffstat:

 sys/arch/newsmips/stand/boot/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 498d040b4af4 -r 39c5e3676536 sys/arch/newsmips/stand/boot/Makefile
--- a/sys/arch/newsmips/stand/boot/Makefile     Thu Dec 23 01:02:52 1999 +0000
+++ b/sys/arch/newsmips/stand/boot/Makefile     Thu Dec 23 01:40:06 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 1999/12/22 05:54:41 tsubai Exp $
+#      $NetBSD: Makefile,v 1.5 1999/12/23 01:40:06 tsubai Exp $
 
 S= ${.CURDIR}/../../../..
 
@@ -37,6 +37,5 @@
        tail -c +177 ${PROG} > ${PROG}.tmp
        mv ${PROG}.tmp ${PROG}
 #      ${OBJCOPY} -O binary ${PROG}.elf ${PROG}        # XXX
-       cp boot /tftpboot
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index