The following reply was made to PR misc/170215; it has been noted by GNATS.
From: Glen Barber <[email protected]> To: Garrett Cooper <[email protected]> Cc: Alexander Pyhalov <[email protected]>, [email protected] 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-- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
