Source-Changes-HG archive

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

[src/netbsd-10]: src/distrib/next68k Pull up following revision(s) (requested...



details:   https://anonhg.NetBSD.org/src/rev/38cb2becefe8
branches:  netbsd-10
changeset: 373481:38cb2becefe8
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Feb 12 12:32:35 2023 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #80):

        distrib/next68k/cdroms/installcd/Makefile: revision 1.1
        distrib/next68k/cdroms/Makefile: revision 1.1
        distrib/next68k/Makefile: revision 1.1

Prepare MD distrib files to build next68k iso-image.

diffstat:

 distrib/next68k/Makefile                  |  9 +++++++++
 distrib/next68k/cdroms/Makefile           |  6 ++++++
 distrib/next68k/cdroms/installcd/Makefile |  6 ++++++
 3 files changed, 21 insertions(+), 0 deletions(-)

diffs (33 lines):

diff -r 5c148c31f84d -r 38cb2becefe8 distrib/next68k/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/next68k/Makefile  Sun Feb 12 12:32:35 2023 +0000
@@ -0,0 +1,9 @@
+#      $NetBSD: Makefile,v 1.2.2.2 2023/02/12 12:32:35 martin Exp $
+
+SUBDIR=                cdroms
+TARGETS+=      release
+
+iso_image:
+       ${MAKEDIRTARGET} cdroms iso_image
+
+.include <bsd.subdir.mk>
diff -r 5c148c31f84d -r 38cb2becefe8 distrib/next68k/cdroms/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/next68k/cdroms/Makefile   Sun Feb 12 12:32:35 2023 +0000
@@ -0,0 +1,6 @@
+#       $NetBSD: Makefile,v 1.1.2.2 2023/02/12 12:32:35 martin Exp $
+
+SUBDIR=                installcd
+TARGETS+=      release iso_image
+
+.include <bsd.subdir.mk>
diff -r 5c148c31f84d -r 38cb2becefe8 distrib/next68k/cdroms/installcd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/next68k/cdroms/installcd/Makefile Sun Feb 12 12:32:35 2023 +0000
@@ -0,0 +1,6 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2023/02/12 12:32:35 martin Exp $
+CDBASE=                next68kcd               # gives ${CDBASE}.iso
+CDRELEASE=     true                    # include $RELEASEDIR/$RELEASEMACHINEDIR
+CDRELEASE_NODEBUG=     true
+
+.include "${.CURDIR}/../../../common/Makefile.bootcd"



Home | Main Index | Thread Index | Old Index