comparison auto/make @ 16:74b1868dd3cd NGINX_0_1_8

nginx 0.1.8 *) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive.
author Igor Sysoev <http://sysoev.ru>
date Sat, 20 Nov 2004 00:00:00 +0300
parents 46833bd150cb
children 6f8b0dc0f8dd
comparison
equal deleted inserted replaced
15:0503cb60c4e4 16:74b1868dd3cd
10 10
11 ngx_objs_dir=$NGX_OBJS$ngx_regex_dirsep 11 ngx_objs_dir=$NGX_OBJS$ngx_regex_dirsep
12 ngx_use_pch=`echo $NGX_USE_PCH | sed -e "s/\//$ngx_regex_dirsep/g"` 12 ngx_use_pch=`echo $NGX_USE_PCH | sed -e "s/\//$ngx_regex_dirsep/g"`
13 13
14 14
15 cat << END >> $NGX_MAKEFILE 15 cat << END > $NGX_MAKEFILE
16 16
17 CC = $CC 17 CC = $CC
18 CFLAGS = $CFLAGS 18 CFLAGS = $CFLAGS
19 CPP = $CPP 19 CPP = $CPP
20 LINK = $LINK 20 LINK = $LINK
47 ngx_all_srcs="$CORE_SRCS" 47 ngx_all_srcs="$CORE_SRCS"
48 48
49 49
50 # the core dependences and include pathes 50 # the core dependences and include pathes
51 51
52 ngx_deps=`echo $CORE_DEPS $NGX_PCH \ 52 ngx_deps=`echo $CORE_DEPS $NGX_AUTO_CONFIG_H $NGX_PCH \
53 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \ 53 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont\1/g" \
54 -e "s/\//$ngx_regex_dirsep/g"` 54 -e "s/\//$ngx_regex_dirsep/g"`
55 55
56 ngx_incs=`echo $CORE_INCS $OBJS \ 56 ngx_incs=`echo $CORE_INCS $OBJS \
57 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont$ngx_include_opt\1/g" \ 57 | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont$ngx_include_opt\1/g" \