Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common Do not put debug.tgz and xdebug.tgz onto inst...
details: https://anonhg.NetBSD.org/src/rev/634f61f2c299
branches: trunk
changeset: 324257:634f61f2c299
user: martin <martin%NetBSD.org@localhost>
date: Mon Jun 25 12:18:22 2018 +0000
description:
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 a791f6cedab2 -r 634f61f2c299 distrib/common/Makefile.bootcd
--- a/distrib/common/Makefile.bootcd Mon Jun 25 10:53:47 2018 +0000
+++ b/distrib/common/Makefile.bootcd Mon Jun 25 12:18:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootcd,v 1.39 2017/09/08 09:50:44 martin Exp $
+# $NetBSD: Makefile.bootcd,v 1.40 2018/06/25 12:18:22 martin Exp $
#
# Makefile snipped to create a CD/DVD ISO
#
@@ -189,6 +189,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