Use predictable @*exec
This commit is contained in:
parent
058ae47056
commit
85fac7a5c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426583
2 changed files with 4 additions and 4 deletions
|
@ -185,8 +185,8 @@ include/php/ext/standard/uniqid.h
|
|||
include/php/ext/standard/url.h
|
||||
include/php/ext/standard/url_scanner_ex.h
|
||||
include/php/ext/standard/winver.h
|
||||
@exec touch %D/include/php/ext/php_config.h
|
||||
@unexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
|
||||
@postexec touch %D/include/php/ext/php_config.h
|
||||
@postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
|
||||
include/php/main/SAPI.h
|
||||
include/php/main/build-defs.h
|
||||
include/php/main/fopen_wrappers.h
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
|
||||
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f
|
||||
@postexec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
|
||||
@preunexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f
|
||||
|
|
Loading…
Reference in a new issue