mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Configure: unified nginx version computation constructs.
This commit is contained in:
parent
a861b0dbb1
commit
f24f5f116f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
VER= $(shell grep 'define NGINX_VERSION' src/core/nginx.h \
|
||||
| sed -e 's/^.*\"\(.*\)\"/\1/')
|
||||
| sed -e 's/^.*"\(.*\)".*/\1/')
|
||||
NGINX= nginx-$(VER)
|
||||
TEMP= tmp
|
||||
CP= $(HOME)/java
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue