A big --1 on this part of the change. You are allowing us to change the grammers without EVER rebuilding the .c/.h files. This is most definitely bogus.
Why aren't we picking up the file datestamps from CVS when we tag-n-roll? I wouldn't mind seeing us fail the roll if the datestamps are wrong... but don't let us walk right over out-of-sync sources this way. Bill >jwoolley 02/04/12 11:02:10 > > Modified: build httpd_roll_release > * touch generated files to make sure we don't require the user to have the > tools to rebuild them (eg, flex and yacc) > > Revision Changes Path > 1.9 +16 -6 httpd-2.0/build/httpd_roll_release > +# make sure generated files are newer than their sources > +echo "Making sure generated files are newer than their sources" > +echo >> $LOG_NAME > +echo "Making sure generated files are newer than their sources" >> > $LOG_NAME > +touch modules/ssl/ssl_expr_parse.c > +touch modules/ssl/ssl_expr_parse.h > +touch modules/ssl/ssl_expr_scan.c
