This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: The 'gcc-g++' module name is broken


On Thu, 13 Feb 2003, Phil Edwards wrote:

> Our CVS modules file defines gcc-g++ as
> 
>     gcc-g++ -a \
>         gcc/gcc/cp \
>         gcc/libstdc++ \
>         gcc/libstdc++-v3 \
>         gcc/libio
> 
> which is clearly bogus, since libstdc++ and libio have been long gone.

Someone might say they want to check out an old release with the module, 
but ...

> I'll be fixing this shortly.  Are there any special wrappers or steps to
> editing the CVSROOT files for the GCC project?  (Beyond what's normal for
> CVSROOT files, I mean.)

I suggest the more radical step of removing most or all of the modules.  
They don't relate to the release/snapshot tarballs, and never have (those 
have always been determined by the release/snapshot scripts), and aren't 
particularly useful given that cvs update -d doesn't work with modules, 
and have not been documented.  (We have never attained consensus on 
getting rid of the modules, though.)

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]