From e01d81dab1a412446fea32667f58dfa88b227be7 Mon Sep 17 00:00:00 2001 From: Sander Striker Date: Wed, 18 Sep 2002 11:53:31 +0000 Subject: [PATCH] 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 --- build/httpd_roll_release | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/httpd_roll_release b/build/httpd_roll_release index ec4be2d379..89102a5908 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 -- 2.50.1