Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/distrib/common Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/7ca33e82513b
branches: netbsd-8
changeset: 435097:7ca33e82513b
user: martin <martin%NetBSD.org@localhost>
date: Mon Jun 25 12:59:27 2018 +0000
description:
Pull up following revision(s) (requested by martin in ticket #904):
distrib/common/Makefile.bootcd: revision 1.40
Do not put debug.tgz and xdebug.tgz onto install CDs (a lot of them
grow out of bounds and for some architectures can not turn into DVDs).
diffstat:
distrib/common/Makefile.bootcd | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r dcb3c5d681e8 -r 7ca33e82513b distrib/common/Makefile.bootcd
--- a/distrib/common/Makefile.bootcd Mon Jun 25 12:55:01 2018 +0000
+++ b/distrib/common/Makefile.bootcd Mon Jun 25 12:59:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootcd,v 1.38 2017/02/16 02:37:32 christos Exp $
+# $NetBSD: Makefile.bootcd,v 1.38.4.1 2018/06/25 12:59:27 martin Exp $
#
# Makefile snipped to create a CD/DVD ISO
#
@@ -185,6 +185,8 @@
${TOOL_PAX} ${PAX_TIMESTAMP} \
-rw -pe ${PAX_v} \
${CDRELEASE_EXCLUDE} \
+ -s ',./binary/sets/debug.tgz,,gp' \
+ -s ',./binary/sets/xdebug.tgz,,gp' \
. $$release_destdir; \
cd "${CUROBJDIR}"; \
fi
Home |
Main Index |
Thread Index |
Old Index