From 7c53e12270fc3bc23110926411202d5d7d7ab2fb Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 29 Oct 2006 16:45:18 +0000 Subject: [PATCH] Use TOOL_PAX instead of pax to allow building release CD images (i.e. CDRELEASE=true) on non-NetBSD systems. --- distrib/common/Makefile.bootcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/common/Makefile.bootcd b/distrib/common/Makefile.bootcd index bd2935a358a8..c434570ff927 100644 --- a/distrib/common/Makefile.bootcd +++ b/distrib/common/Makefile.bootcd @@ -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: