comparison docs/GNUmakefile @ 9214:1bc938b270dc

Free nginx: release process adjusted.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 19 Feb 2024 03:12:52 +0300
parents f303f3e43f7b
children
comparison
equal deleted inserted replaced
9213:23f109f0facc 9214:1bc938b270dc
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= freenginx-$(VER)
5 TEMP= tmp 5 TEMP= tmp
6 XSLS?= xslscript.pl 6 XSLS?= xslscript.pl
7 7
8 8
9 all: changes 9 all: changes