misc/170215: [build] cd release; make cdrom should fail if not
executed using new process
Glen Barber
gjb at FreeBSD.org
Fri Jul 27 21:10:07 UTC 2012
The following reply was made to PR misc/170215; it has been noted by GNATS.
From: Glen Barber <gjb at FreeBSD.org>
To: Garrett Cooper <yanegomi at gmail.com>
Cc: Alexander Pyhalov <alp at rsu.ru>, bug-followup at FreeBSD.org
Subject: Re: misc/170215: [build] cd release; make cdrom should fail if not
executed using new process
Date: Fri, 27 Jul 2012 17:03:31 -0400
--BXVAT5kNtrzKuDFl
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Fri, Jul 27, 2012 at 03:53:47PM +0000, Garrett Cooper wrote:
> 1. http://lists.freebsd.org/pipermail/freebsd-current/2011-June/025326.html
> >How-To-Repeat:
> cd release; make cdrom
I think I see the problem.
Can you see if the attached patch fixes the problem for you?
Regards,
Glen
--BXVAT5kNtrzKuDFl
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="release-Makefile.diff.txt"
Index: release/Makefile
===================================================================
--- release/Makefile (revision 238851)
+++ release/Makefile (working copy)
@@ -84,7 +84,7 @@
mkdir -p ${DISTDIR}/usr
ln -fs ${WORLDDIR} ${DISTDIR}/usr/src
cd ${DISTDIR} && tar cLvJf ${.OBJDIR}/src.txz --exclude .svn \
- --exclude CVS usr/src
+ --exclude CVS --exclude usr/src/release usr/src
ports.txz:
mkdir -p ${DISTDIR}/usr
--BXVAT5kNtrzKuDFl--
More information about the freebsd-bugs
mailing list