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/71cc2e749462
branches:  trunk
changeset: 823609:71cc2e749462
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 872c46a7f8ae -r 71cc2e749462 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