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).
This commit is contained in:
martin 2018-06-25 12:18:22 +00:00
parent 1045729af3
commit 67f3e0d165
1 changed files with 3 additions and 1 deletions

View File

@ -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 @@ copy-releasedir:
${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