Use predictable @*exec

This commit is contained in:
Baptiste Daroussin 2016-11-20 12:58:58 +00:00
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

View file

@ -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

View file

@ -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