Re: [perl #16941] [PATCH] Use pre-generated files for imcc.

2002-11-04 Thread Juergen Boemmels
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

Re: [perl #16941] [PATCH] Use pre-generated files for imcc.

2002-11-04 Thread Leopold Toetsch
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

Re: [perl #16941] [PATCH] Use pre-generated files for imcc.

2002-11-04 Thread Leopold Toetsch
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

Re: [perl #16941] [PATCH] Use pre-generated files for imcc.

2002-11-04 Thread Andy Dougherty
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