Use TOOL_PAX instead of pax to allow building release CD images (i.e.

CDRELEASE=true) on non-NetBSD systems.
This commit is contained in:
jmmv 2006-10-29 16:45:18 +00:00
parent 9984f7540a
commit 7c53e12270

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.bootcd,v 1.2 2006/08/02 21:37:41 oster Exp $
# $NetBSD: Makefile.bootcd,v 1.3 2006/10/29 16:45:18 jmmv Exp $
#
# Makefile snipped to create a CD/DVD ISO
#
@ -75,7 +75,7 @@ copy-releasedir:
release_destdir=`pwd`/cdrom/${MACHINE} ; \
cd ${RELEASEDIR}/${MACHINE} ; \
echo Copying `pwd` to $$release_destdir ... ; \
pax -rw -pe -v . $$release_destdir ; \
${TOOL_PAX} -rw -pe -v . $$release_destdir ; \
fi
image: