Date: Sun, 16 Mar 2003 14:29:00 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20030316222859.GA78822@dragon.nuxi.com> In-Reply-To: <200211152203.gAFM3PKx045982@repoman.freebsd.org> References: <200211152203.gAFM3PKx045982@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Please MFC this (and all the other things you did to release/Makefile) since you have the power to do so. Or give me approval to do so. 5-CURRENT and RELENG_4 have strayed too far apart and it makes it hard to apply patches from 5-CURRENT to RELENG_4. Thanks. On Fri, Nov 15, 2002 at 02:03:25PM -0800, John Baldwin wrote: > jhb 2002/11/15 14:03:25 PST > > Modified files: > release Makefile > Log: > Rework the checking out of the doc, src, and ports trees a bit to make it > more manageable. > - Add some helper variables (CVS_{SRC,DOC,PORTS}ARGS) to be used when > using CVS to checkout files. We stick release tags in these helper > variables if they are defined and then use only one cvs command instead > of two cvs commands with an .ifdef to choose between them. > - rm the old src/doc/ports directories as separate commands from the > CVS comands so that the rm commands don't need to be duplicated. > - Simplify the DOMINIMALDOCPORTS case by overriding RELEASEPORTSMODULE to > be ${MINIMALDOCPORTS} thus removing yet another nearly-duplicate cvs > command in an .ifdef. > - Add support for grabbing src/ and doc/ from external directories > specified via EXTSRCDIR and EXTDOCDIR instead of from CVS. The same > is not done for ports/ quite yet as the DOMINIMALDOCPORTS case is a > bit tricky. > > The rerelease target scripts have not been changed to use the helper > variables yet, so there is still some room for improvement. > > Submitted by: kuriyama (4) > > Revision Changes Path > 1.729 +31 -19 src/release/Makefile > http://cvsweb.freebsd.org/src/release/Makefile.diff?r1=1.728&r2=1.729 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030316222859.GA78822>