comparison misc/GNUmakefile @ 775:a452a0e13539

check nginx.pm version
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Oct 2006 19:55:15 +0000
parents 58bd27d72519
children 8d77ff798f5c
comparison
equal deleted inserted replaced
774:589841f06b87 775:a452a0e13539
1 1
2 VER= $(shell grep NGINX_VER src/core/nginx.h \ 2 VER= $(shell grep 'define NGINX_VERSION' src/core/nginx.h \
3 | sed -e 's%^.*\"nginx/\(.*\)\"%\1%') 3 | sed -e 's/^.*\"\(.*\)\"/\1/')
4 NGINX= nginx-$(VER) 4 NGINX= nginx-$(VER)
5 TEMP= tmp 5 TEMP= tmp
6 6
7 7
8 release: 8 release: