comparison auto/make @ 467:bbd6b0b4a2b1 release-0.1.8

nginx-0.1.8-RELEASE import *) 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 <igor@sysoev.ru>
date Sat, 20 Nov 2004 19:52:20 +0000
parents a88a3e4e158f
children 2ff194b74f1e
comparison
equal deleted inserted replaced
466:ee6d66462bff 467:bbd6b0b4a2b1
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" \