Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r5148 - in trunk: docs misc

Anonymous User
March 28, 2013 04:48AM
Author: ru
Date: 2013-03-28 08:47:25 +0000 (Thu, 28 Mar 2013)
New Revision: 5148
URL: http://trac.nginx.org/nginx/changeset/5148/nginx

Log:
Configure: unified nginx version computation constructs.


Modified:
trunk/docs/GNUmakefile
trunk/misc/GNUmakefile

Modified: trunk/docs/GNUmakefile
===================================================================
--- trunk/docs/GNUmakefile 2013-03-28 08:47:06 UTC (rev 5147)
+++ trunk/docs/GNUmakefile 2013-03-28 08:47:25 UTC (rev 5148)
@@ -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

Modified: trunk/misc/GNUmakefile
===================================================================
--- trunk/misc/GNUmakefile 2013-03-28 08:47:06 UTC (rev 5147)
+++ trunk/misc/GNUmakefile 2013-03-28 08:47:25 UTC (rev 5148)
@@ -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
REPO = $(shell svn info | sed -n 's/^Repository Root: //p')

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] svn commit: r5148 - in trunk: docs misc

Anonymous User 873 March 28, 2013 04:48AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 169
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready