comparison auto/lib/pcre/make @ 490:e66f886a8305 NGINX_0_7_57

nginx 0.7.57 *) Bugfix: a segmentation fault occurred in worker process, if the ngx_http_image_filter_module errors were redirected to named location; the bug had appeared in 0.7.56.
author Igor Sysoev <http://sysoev.ru>
date Tue, 12 May 2009 00:00:00 +0400
parents 2ceaee987f37
children 98143f74eb3d
comparison
equal deleted inserted replaced
489:c91fb8e75a55 490:e66f886a8305
36 cat << END >> $NGX_MAKEFILE 36 cat << END >> $NGX_MAKEFILE
37 37
38 `echo "$PCRE/pcre.h: $NGX_MAKEFILE" | sed -e "s/\//$ngx_regex_dirsep/g"` 38 `echo "$PCRE/pcre.h: $NGX_MAKEFILE" | sed -e "s/\//$ngx_regex_dirsep/g"`
39 cd $ngx_pcre 39 cd $ngx_pcre
40 \$(MAKE) -f $ngx_makefile pcre.h 40 \$(MAKE) -f $ngx_makefile pcre.h
41 cd ..\\..\\.. 41 cd \$(CURDIR)
42
43 42
44 `echo "$PCRE/pcre.lib: $PCRE/pcre.h" | sed -e "s/\//$ngx_regex_dirsep/g"` 43 `echo "$PCRE/pcre.lib: $PCRE/pcre.h" | sed -e "s/\//$ngx_regex_dirsep/g"`
45 cd $ngx_pcre 44 cd $ngx_pcre
46 \$(MAKE) -f $ngx_makefile $ngx_opt 45 \$(MAKE) -f $ngx_makefile $ngx_opt
47 cd ..\\..\\.. 46 cd \$(CURDIR)
48 47
49 END 48 END
50 49
51 ;; 50 ;;
52 51