Andy Glew writes:
>
> Once tests pass
> (4) check in the file
> 
> The problem is that step (4) modifies the RCS/CVS keywords,
> even if nothing else in the file is modified. Leading to
> 
> (5) Unnecessary remake of the file 
>     (and all files that depend on it)
> 
> when I repeat the process.

I think the best solution to your problem is to do ``make -t''
immediately after the checkin (-t tells make to just touch the files
that are out of date rather than remaking them).  Detecting whether a
file "really" needs to be remade or not is a very difficult problem that
is essentially impossible to automate.

-Larry Jones

See if we can sell Mom and Dad into slavery for a star cruiser. -- Calvin

Reply via email to