mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
Change file touching order for util_expr to be in
sync with Makefile dependency. The existing order lead to regeneration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -230,11 +230,9 @@ fi
|
|||||||
# when running make
|
# when running make
|
||||||
echo fixing timestamps for ap_expr sources
|
echo fixing timestamps for ap_expr sources
|
||||||
cd server
|
cd server
|
||||||
touch util_expr_parse.y
|
touch util_expr_parse.y util_expr_scan.l
|
||||||
sleep 1
|
sleep 1
|
||||||
touch util_expr_parse.c util_expr_parse.h util_expr_scan.l
|
touch util_expr_parse.c util_expr_parse.h util_expr_scan.c
|
||||||
sleep 1
|
|
||||||
touch util_expr_scan.c
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user