We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbab4fb commit 3a1a5aaCopy full SHA for 3a1a5aa
Makefile.in
@@ -20,10 +20,11 @@ nginx-@NGINX_VERSION@: nginx-@[email protected]
20
.PHONY: patch
21
patch: $(PATCH_FILES)
22
23
+.PHONY: $(PATCH_FILES)
24
$(PATCH_FILES): %: nginx-@NGINX_VERSION@
25
cd nginx-@NGINX_VERSION@; patch -p1 < ../$*
26
-nginx-@NGINX_VERSION@/objs/ngx_http_redirectionio_module.so: patch nginx-@NGINX_VERSION@
27
+nginx-@NGINX_VERSION@/objs/ngx_http_redirectionio_module.so: nginx-@NGINX_VERSION@ patch
28
cd nginx-@NGINX_VERSION@; \
29
./configure --prefix=@NGINX_PREFIX@ @NGINX_CONFIGURE@ --add-dynamic-module=../; \
30
make -j12 @NGINX_MAKE_TARGET@
0 commit comments