Module Name: src
Committed By: tsutsui
Date: Sun Mar 22 07:40:58 UTC 2009
Modified Files:
src/distrib/cdrom: 5.0.conf
Log Message:
Don't put doc files (CHANGES etc.) available in ftp dir into ISOs.
${RELEASEDIR} and ISO images created by build.sh don't have that files.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/cdrom/5.0.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/cdrom/5.0.conf
diff -u src/distrib/cdrom/5.0.conf:1.1 src/distrib/cdrom/5.0.conf:1.2
--- src/distrib/cdrom/5.0.conf:1.1 Mon Mar 9 11:39:07 2009
+++ src/distrib/cdrom/5.0.conf Sun Mar 22 07:40:58 2009
@@ -1,4 +1,4 @@
-# $NetBSD: 5.0.conf,v 1.1 2009/03/09 11:39:07 tsutsui Exp $
+# $NetBSD: 5.0.conf,v 1.2 2009/03/22 07:40:58 tsutsui Exp $
#
# Makefile fragment for CD sets; includes config information.
@@ -213,8 +213,9 @@
.for image in ${CD_IMAGES}
#INTDIRS.${image}+= packages
-BASE_PORTS.${image}+= CHANGES CHANGES-5.0 CHANGES.prev \
- LAST_MINUTE README.files
+# The following doc files are in ftp dir but not in RELEASEDIR on build.sh
+#BASE_PORTS.${image}+= CHANGES CHANGES-5.0 CHANGES.prev \
+#BASE_PORTS.${image}+= LAST_MINUTE README.files
.endfor
##############################################################################