Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2003 15:37:26 -0500 (EST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        "David O'Brien" <obrien@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject:   Re: cvs commit: src/release Makefile
Message-ID:  <XFMail.20030317153726.jhb@FreeBSD.org>
In-Reply-To: <20030316222859.GA78822@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 16-Mar-2003 David O'Brien wrote:
> 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.

If you want to merge those changes into a tested patch, go for it.  I
would be more than happy to approve such a patch.
 
> 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

-- 

John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

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?XFMail.20030317153726.jhb>