comparison misc/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 566cd32d8bac
children 09dbd363050a
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 REPO = $(shell svn info | sed -n 's/^Repository Root: //p') 6 REPO = $(shell svn info | sed -n 's/^Repository Root: //p')
7 7
8 OBJS = objs.msvc8 8 OBJS = objs.msvc8