Source-Changes-HG archive

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

[src/trunk]: src/distrib/cdrom Add 5.0.1 configuration files for reference.



details:   https://anonhg.NetBSD.org/src/rev/40db6d5b9fbe
branches:  trunk
changeset: 749934:40db6d5b9fbe
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Dec 13 08:37:40 2009 +0000

description:
Add 5.0.1 configuration files for reference.

diffstat:

 distrib/cdrom/5.0.1.conf      |  7 +++++++
 distrib/cdrom/5.0.conf        |  4 ++--
 distrib/cdrom/NetBSD-5.0.1.mk |  5 +++++
 3 files changed, 14 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 9eade0bd7d64 -r 40db6d5b9fbe distrib/cdrom/5.0.1.conf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/cdrom/5.0.1.conf  Sun Dec 13 08:37:40 2009 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: 5.0.1.conf,v 1.1 2009/12/13 08:37:40 tsutsui Exp $
+#
+# Makefile fragment for CD sets; includes config information.
+
+CD_RELEASE=    5.0.1
+
+.include "5.0.conf"
diff -r 9eade0bd7d64 -r 40db6d5b9fbe distrib/cdrom/5.0.conf
--- a/distrib/cdrom/5.0.conf    Sun Dec 13 08:36:01 2009 +0000
+++ b/distrib/cdrom/5.0.conf    Sun Dec 13 08:37:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: 5.0.conf,v 1.2 2009/03/22 07:40:58 tsutsui Exp $
+# $NetBSD: 5.0.conf,v 1.3 2009/12/13 08:37:40 tsutsui Exp $
 #
 # Makefile fragment for CD sets; includes config information.
 
@@ -7,7 +7,7 @@
 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
 # That file defines the various per-port specifics for that release.
 
-CD_RELEASE=    5.0
+CD_RELEASE?=   5.0     # conf files for patch releases will include this
 
 ##############################################################################
 # The NetBSD release to be used in the .iso image filenames.  Defaults to
diff -r 9eade0bd7d64 -r 40db6d5b9fbe distrib/cdrom/NetBSD-5.0.1.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/cdrom/NetBSD-5.0.1.mk     Sun Dec 13 08:37:40 2009 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: NetBSD-5.0.1.mk,v 1.1 2009/12/13 08:37:40 tsutsui Exp $
+#
+# Configuration file for the NetBSD-5.0.1 binary release.
+
+.include "NetBSD-5.0.mk"



Home | Main Index | Thread Index | Old Index