Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4895 - trunk/misc

Anonymous User
October 30, 2012 07:10AM
Author: mdounin
Date: 2012-10-30 11:09:38 +0000 (Tue, 30 Oct 2012)
New Revision: 4895
URL: http://trac.nginx.org/nginx/changeset/4895/nginx

Log:
Style, parentheses instead of braces in misc/GNUMakefile.


Modified:
trunk/misc/GNUmakefile

Modified: trunk/misc/GNUmakefile
===================================================================
--- trunk/misc/GNUmakefile 2012-10-29 17:17:59 UTC (rev 4894)
+++ trunk/misc/GNUmakefile 2012-10-30 11:09:38 UTC (rev 4895)
@@ -85,7 +85,7 @@
win32:
./auto/configure \
--with-cc=cl \
- --builddir=${OBJS} \
+ --builddir=$(OBJS) \
--with-debug \
--prefix= \
--conf-path=conf/nginx.conf \
@@ -99,8 +99,8 @@
--http-scgi-temp-path=temp/scgi_temp \
--http-uwsgi-temp-path=temp/uwsgi_temp \
--with-cc-opt=-DFD_SETSIZE=1024 \
- --with-pcre=${OBJS}/lib/${PCRE} \
- --with-zlib=${OBJS}/lib/${ZLIB} \
+ --with-pcre=$(OBJS)/lib/$(PCRE) \
+ --with-zlib=$(OBJS)/lib/$(ZLIB) \
--with-select_module \
--with-http_realip_module \
--with-http_addition_module \
@@ -114,7 +114,7 @@
--with-http_random_index_module \
--with-http_secure_link_module \
--with-mail \
- --with-openssl=${OBJS}/lib/${OPENSSL} \
+ --with-openssl=$(OBJS)/lib/$(OPENSSL) \
--with-openssl-opt=enable-tlsext \
--with-http_ssl_module \
--with-mail_ssl_module \

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

[nginx] svn commit: r4895 - trunk/misc

Anonymous User 960 October 30, 2012 07:10AM



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

Online Users

Guests: 249
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