From: Sander Striker Date: Wed, 18 Sep 2002 11:53:31 +0000 (+0000) Subject: If we fixup the timestamp on modules/ssl/ssl_expr_parse.c after running X-Git-Tag: WROWE_2_0_43_PRE1~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ed22aea6cb4f2b8f40a34602e4f7cee8b0ad615;p=thirdparty%2Fapache%2Fhttpd.git If we fixup the timestamp on modules/ssl/ssl_expr_parse.c after running buildconf when we roll a release, we should do the same for modules/ssl/ssl_expr_parse.h and ssl_expr_scan.c. Submitted by: Mads Toftum git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96870 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/httpd_roll_release b/build/httpd_roll_release index ec4be2d379b..89102a59085 100755 --- a/build/httpd_roll_release +++ b/build/httpd_roll_release @@ -54,8 +54,10 @@ echo "Running ./buildconf" >> $LOG_NAME ./buildconf >> $LOG_NAME echo >> $LOG_NAME -echo "Fixup the timestamp on modules/ssl/ssl_expr_parse.c" >> $LOG_NAME +echo "Fixup the timestamps preventing remake of generated files." >> $LOG_NAME touch modules/ssl/ssl_expr_parse.c >> $LOG_NAME +touch modules/ssl/ssl_expr_parse.h >> $LOG_NAME +touch modules/ssl/ssl_expr_scan.c >> $LOG_NAME # Remove any files we don't distribute with our code rm -f STATUS