Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/stand/boot Rename the JavaStation network boo...
details: https://anonhg.NetBSD.org/src/rev/e309492e1e4a
branches: trunk
changeset: 556425:e309492e1e4a
user: martin <martin%NetBSD.org@localhost>
date: Mon Dec 15 17:34:36 2003 +0000
description:
Rename the JavaStation network boot loader: bootjs.elf -> bootjs.net.
diffstat:
sys/arch/sparc/stand/boot/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 5e88de3eb0f4 -r e309492e1e4a sys/arch/sparc/stand/boot/Makefile
--- a/sys/arch/sparc/stand/boot/Makefile Mon Dec 15 16:11:34 2003 +0000
+++ b/sys/arch/sparc/stand/boot/Makefile Mon Dec 15 17:34:36 2003 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2003/12/12 22:15:59 martin Exp $
+# $NetBSD: Makefile,v 1.32 2003/12/15 17:34:36 martin Exp $
STRIPFLAG=
PROGSOURCE= boot.c net.c netif_sun.c conf.c openfirm.c bootinfo.c \
mmu.c prompatch.c vers.c
NEWVERSWHAT= "Secondary Boot"
-FILES= boot.net bootjs.elf ${RELOCS:S/^/boot./g}
+FILES= boot.net bootjs.net ${RELOCS:S/^/boot./g}
CLEANFILES:= vers.c ${FILES}
LINKS= ${BINDIR}/boot.${RELOC_DEFAULT} ${BINDIR}/boot
@@ -52,7 +52,7 @@
boot.net: boot.${RELOC_DEFAULT}
(printf ${SUN_MAGIC_HEADER}; cat ${.ALLSRC} ) > ${.TARGET}
-bootjs.elf: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
+bootjs.net: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
${LD} -o ${.TARGET} ${LINKFLAGS} -Ttext 300000 ${OBJS} \
${LIBSA} ${LIBZ} ${LIBKERN}
${SIZE} ${.TARGET}
Home |
Main Index |
Thread Index |
Old Index