Leopold Toetsch <[EMAIL PROTECTED]> writes:
> Andy Dougherty wrote:
>
>
> > Alternatively, developers could always try to ensure they checkin patches
> > in the correct order so that the timestamps stay correct.
Does cvs change the timestamps at checkout/update according to the
checkin timestam
Andy Dougherty wrote:
Alternatively, developers could always try to ensure they checkin patches
in the correct order so that the timestamps stay correct.
Or yet another one:
$ cat bison
touch imcparser.c imcparser.h imclexer.c
in languages/imcc should do it.
leo
Andy Dougherty wrote:
Alternatively, developers could always try to ensure they checkin patches
in the correct order so that the timestamps stay correct.
I would prefer such a solution - or better something a long:
info cvs
The commit support files
i.e. a script
When I trycd languages/perl6; make; the build stops with
bison -v -y -d -o imcparser.c imcc.y
sh: bison: not found
The above-referenced patch includes changes to
config/gen/makefiles/imcc.in to avoid this problem.
That patch has the disadvantage of requiring developers to remember