comparison docs/GNUmakefile @ 5147:864030a4ff2a

Configure: unified nginx version computation constructs.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 28 Mar 2013 08:47:25 +0000
parents 5e3bda6f5208
children f303f3e43f7b
comparison
equal deleted inserted replaced
5146:f45b83d20cfb 5147:864030a4ff2a
1 1
2 VER= $(shell grep 'define NGINX_VERSION' src/core/nginx.h \ 2 VER= $(shell grep 'define NGINX_VERSION' src/core/nginx.h \
3 | sed -e 's/^.*\"\(.*\)\"/\1/') 3 | sed -e 's/^.*"\(.*\)".*/\1/')
4 NGINX= nginx-$(VER) 4 NGINX= nginx-$(VER)
5 TEMP= tmp 5 TEMP= tmp
6 CP= $(HOME)/java 6 CP= $(HOME)/java
7 7
8 8