Source-Changes-HG archive

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

[src/trunk]: src/distrib/next68k Prepare MD distrib files to build next68k is...



details:   https://anonhg.NetBSD.org/src/rev/5ed887a693cf
branches:  trunk
changeset: 373450:5ed887a693cf
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Feb 11 07:22:30 2023 +0000

description:
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 58aa65bb606b -r 5ed887a693cf distrib/next68k/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/next68k/Makefile  Sat Feb 11 07:22:30 2023 +0000
@@ -0,0 +1,9 @@
+#      $NetBSD: Makefile,v 1.1 2023/02/11 07:22:30 tsutsui Exp $
+
+SUBDIR=                cdroms
+TARGETS+=      release
+
+iso_image:
+       ${MAKEDIRTARGET} cdroms iso_image
+
+.include <bsd.subdir.mk>
diff -r 58aa65bb606b -r 5ed887a693cf distrib/next68k/cdroms/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/next68k/cdroms/Makefile   Sat Feb 11 07:22:30 2023 +0000
@@ -0,0 +1,6 @@
+#       $NetBSD: Makefile,v 1.1 2023/02/11 07:22:30 tsutsui Exp $
+
+SUBDIR=                installcd
+TARGETS+=      release iso_image
+
+.include <bsd.subdir.mk>
diff -r 58aa65bb606b -r 5ed887a693cf distrib/next68k/cdroms/installcd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/next68k/cdroms/installcd/Makefile Sat Feb 11 07:22:30 2023 +0000
@@ -0,0 +1,6 @@
+#      $NetBSD: Makefile,v 1.1 2023/02/11 07:22:30 tsutsui 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