This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: autotools transition report: need a flag day


On Mon, Aug 04, 2003 at 09:54:27PM -0500, Loren James Rittle wrote:
> Of course, I will refrain from committing regenerated files in
> libstdc++-v3 until I have 1.7.6 installed locally.

Something I've occasionally thought about trying:  add hooks to the CVS
server scripts to notice when a "master"-type file is checked in, and
automatically do the necessary regeneration on the server, followed by
an automated commit.  It's far from foolproof, though, and brings with it
its own set of problems.

Another idea -- and this one I am actually trying -- is to have those scripts
notice if you try to check in, say, aclocal.m4 without also checking in
acinclude.m4 and configure, and error out.


Phil

-- 
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
    - Brian W. Kernighan


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