Welcome! Log In Create A New Profile

Advanced

[nginx] Configure: style.

Ruslan Ermilov
March 10, 2016 02:46AM
details: http://hg.nginx.org/nginx/rev/ae41f64f7c9b
branches:
changeset: 6424:ae41f64f7c9b
user: Ruslan Ermilov <ru@nginx.com>
date: Thu Mar 10 10:43:00 2016 +0300
description:
Configure: style.

Removed extraneous braces around shell variables.

diffstat:

auto/make | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r c5f81dcf97a7 -r ae41f64f7c9b auto/make
--- a/auto/make Thu Mar 03 21:14:19 2016 +0300
+++ b/auto/make Thu Mar 10 10:43:00 2016 +0300
@@ -225,12 +225,12 @@ cat << END

build: binary modules manpage

-binary: $NGX_OBJS${ngx_dirsep}nginx${ngx_binext}
+binary: $NGX_OBJS${ngx_dirsep}nginx$ngx_binext

-$NGX_OBJS${ngx_dirsep}nginx${ngx_binext}: $ngx_deps$ngx_spacer
- \$(LINK) ${ngx_long_start}${ngx_binout}$NGX_OBJS${ngx_dirsep}nginx$ngx_long_cont$ngx_objs$ngx_libs$ngx_link$ngx_main_link
+$NGX_OBJS${ngx_dirsep}nginx$ngx_binext: $ngx_deps$ngx_spacer
+ \$(LINK) $ngx_long_start$ngx_binout$NGX_OBJS${ngx_dirsep}nginx$ngx_long_cont$ngx_objs$ngx_libs$ngx_link$ngx_main_link
$ngx_rcc
-${ngx_long_end}
+$ngx_long_end

modules:
END
@@ -607,7 +607,7 @@ END
| sed -e "s/ *\([^ ][^ ]*\)/$ngx_long_regex_cont\1/g" \
-e "s/\//$ngx_regex_dirsep/g"`

- ngx_obj=$NGX_OBJS${ngx_dirsep}${ngx_module}${ngx_modext}
+ ngx_obj=$NGX_OBJS$ngx_dirsep$ngx_module$ngx_modext

NGX_MODULES="$NGX_MODULES $ngx_obj"


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

[nginx] Configure: style.

Ruslan Ermilov 326 March 10, 2016 02:46AM



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

Online Users

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