mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Configure: rebuild perl module nginx.so if headers are changed.
Note: the "-p" argument of cp(1) dropped intentionally, to force nginx.so rebuild. It is considered too boring to properly list all dependencies in Makefile.PL.
This commit is contained in:
parent
d2c9f4554f
commit
7022bc28ea
@ -6,11 +6,12 @@
|
|||||||
cat << END >> $NGX_MAKEFILE
|
cat << END >> $NGX_MAKEFILE
|
||||||
|
|
||||||
$NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.so: \
|
$NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.so: \
|
||||||
|
\$(CORE_DEPS) \$(HTTP_DEPS) \
|
||||||
src/http/modules/perl/nginx.pm \
|
src/http/modules/perl/nginx.pm \
|
||||||
src/http/modules/perl/nginx.xs \
|
src/http/modules/perl/nginx.xs \
|
||||||
src/http/modules/perl/ngx_http_perl_module.h \
|
src/http/modules/perl/ngx_http_perl_module.h \
|
||||||
$NGX_OBJS/src/http/modules/perl/Makefile
|
$NGX_OBJS/src/http/modules/perl/Makefile
|
||||||
cp -p src/http/modules/perl/nginx.* $NGX_OBJS/src/http/modules/perl/
|
cp src/http/modules/perl/nginx.* $NGX_OBJS/src/http/modules/perl/
|
||||||
|
|
||||||
cd $NGX_OBJS/src/http/modules/perl && \$(MAKE)
|
cd $NGX_OBJS/src/http/modules/perl && \$(MAKE)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user