From: Sander Striker Date: Tue, 17 Sep 2002 18:43:41 +0000 (+0000) Subject: Fixup the timestamp on modules/ssl/ssl_expr_parse.c after running X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c5bdeba80046b3e6b14bd22943da26e8c3e7fb3;p=thirdparty%2Fapache%2Fhttpd.git Fixup the timestamp on modules/ssl/ssl_expr_parse.c after running buildconf when we roll a release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96864 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/httpd_roll_release b/build/httpd_roll_release index 9b2742097f1..ec4be2d379b 100755 --- a/build/httpd_roll_release +++ b/build/httpd_roll_release @@ -53,6 +53,10 @@ echo >> $LOG_NAME echo "Running ./buildconf" >> $LOG_NAME ./buildconf >> $LOG_NAME +echo >> $LOG_NAME +echo "Fixup the timestamp on modules/ssl/ssl_expr_parse.c" >> $LOG_NAME +touch modules/ssl/ssl_expr_parse.c >> $LOG_NAME + # Remove any files we don't distribute with our code rm -f STATUS