[nginx] Configure: style.
Ruslan Ermilov
ru at nginx.com
Thu Mar 10 07:43:54 UTC 2016
details: http://hg.nginx.org/nginx/rev/ae41f64f7c9b
branches:
changeset: 6424:ae41f64f7c9b
user: Ruslan Ermilov <ru at 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"
More information about the nginx-devel
mailing list