mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
check nginx.pm version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
VER= $(shell grep NGINX_VER src/core/nginx.h \
|
||||
| sed -e 's%^.*\"nginx/\(.*\)\"%\1%')
|
||||
VER= $(shell grep 'define NGINX_VERSION' src/core/nginx.h \
|
||||
| sed -e 's/^.*\"\(.*\)\"/\1/')
|
||||
NGINX= nginx-$(VER)
|
||||
TEMP= tmp
|
||||
CP= $(HOME)/java
|
||||
|
||||
Reference in New Issue
Block a user