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 Also move bootjs.net after we've e...
details: https://anonhg.NetBSD.org/src/rev/d19659f257ad
branches: trunk
changeset: 353308:d19659f257ad
user: christos <christos%NetBSD.org@localhost>
date: Fri Apr 28 13:38:35 2017 +0000
description:
Also move bootjs.net after we've evaluated $OBJS (thanks gson@)
diffstat:
sys/arch/sparc/stand/boot/Makefile | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r d465de14fe24 -r d19659f257ad sys/arch/sparc/stand/boot/Makefile
--- a/sys/arch/sparc/stand/boot/Makefile Fri Apr 28 11:33:00 2017 +0000
+++ b/sys/arch/sparc/stand/boot/Makefile Fri Apr 28 13:38:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2017/04/09 20:51:55 christos Exp $
+# $NetBSD: Makefile,v 1.42 2017/04/28 13:38:35 christos Exp $
STRIPFLAG=
PROGSOURCE= boot.c net.c netif_sun.c conf.c openfirm.c bootinfo.c \
@@ -40,16 +40,17 @@
boot.net: boot.${RELOC_DEFAULT}
(printf ${SUN_MAGIC_HEADER}; cat ${.ALLSRC} ) > ${.TARGET}
+
+.include "${S}/conf/newvers_stand.mk"
+
+.include <bsd.prog.mk>
+
bootjs.net: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
${LD} -S -o ${.TARGET} ${LINKFLAGS} -Ttext 300000 ${OBJS} \
${LIBSA} ${LIBZ} ${LIBKERN}
${SIZE} ${.TARGET}
CLEANFILES+= bootjs.net.map
-.include "${S}/conf/newvers_stand.mk"
-
-.include <bsd.prog.mk>
-
.for RELOC in ${RELOCS}
boot.${RELOC}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
${LD} -S -o ${.TARGET}.tmp ${LINKFLAGS} -Ttext ${RELOC} ${OBJS} \
Home |
Main Index |
Thread Index |
Old Index