Date: Fri, 27 Jul 2012 21:10:06 GMT From: Glen Barber <gjb@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/170215: [build] cd release; make cdrom should fail if not executed using new process Message-ID: <201207272110.q6RLA6BG006459@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/170215; it has been noted by GNATS. From: Glen Barber <gjb@FreeBSD.org> To: Garrett Cooper <yanegomi@gmail.com> Cc: Alexander Pyhalov <alp@rsu.ru>, bug-followup@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207272110.q6RLA6BG006459>
