Source-Changes-HG archive

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

[src/trunk]: src Build and install resurrected luna68k bootloader.



details:   https://anonhg.NetBSD.org/src/rev/562c9cf5ec01
branches:  trunk
changeset: 783735:562c9cf5ec01
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jan 06 07:04:48 2013 +0000

description:
Build and install resurrected luna68k bootloader.

diffstat:

 distrib/sets/lists/base/md.luna68k  |  2 ++
 sys/arch/luna68k/Makefile           |  4 ++--
 sys/arch/luna68k/stand/Makefile     |  5 +++++
 sys/arch/luna68k/stand/Makefile.inc |  9 +++++++++
 4 files changed, 18 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 0078ff1cbf2d -r 562c9cf5ec01 distrib/sets/lists/base/md.luna68k
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/sets/lists/base/md.luna68k        Sun Jan 06 07:04:48 2013 +0000
@@ -0,0 +1,2 @@
+# $NetBSD: md.luna68k,v 1.5 2013/01/06 07:04:48 tsutsui Exp $
+./usr/mdec/boot                        base-sysutil-bin
diff -r 0078ff1cbf2d -r 562c9cf5ec01 sys/arch/luna68k/Makefile
--- a/sys/arch/luna68k/Makefile Sun Jan 06 04:17:27 2013 +0000
+++ b/sys/arch/luna68k/Makefile Sun Jan 06 07:04:48 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2008/10/25 22:27:37 apb Exp $
+#      $NetBSD: Makefile,v 1.4 2013/01/06 07:04:49 tsutsui Exp $
 
 # Makefile for luna68k tags file
 
@@ -27,6 +27,6 @@
        -for i in ${DLUNA68K}; do \
            cd $$i && rm -f tags; ln -s ../tags tags; done
 
-SUBDIR=        compile include
+SUBDIR=        compile include stand
 
 .include <bsd.subdir.mk>
diff -r 0078ff1cbf2d -r 562c9cf5ec01 sys/arch/luna68k/stand/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/luna68k/stand/Makefile   Sun Jan 06 07:04:48 2013 +0000
@@ -0,0 +1,5 @@
+#      $NetBSD: Makefile,v 1.1 2013/01/06 07:04:49 tsutsui Exp $
+
+SUBDIR= boot
+
+.include <bsd.subdir.mk>
diff -r 0078ff1cbf2d -r 562c9cf5ec01 sys/arch/luna68k/stand/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/luna68k/stand/Makefile.inc       Sun Jan 06 07:04:48 2013 +0000
@@ -0,0 +1,9 @@
+#      $NetBSD: Makefile.inc,v 1.1 2013/01/06 07:04:49 tsutsui Exp $
+
+BINDIR= /usr/mdec
+
+# XXX SHOULD NOT NEED TO DEFINE THESE!
+LIBCRT0=
+LIBC=
+LIBCRTBEGIN=
+LIBCRTEND=



Home | Main Index | Thread Index | Old Index