annotate auto/lib/libatomic/make @ 612:ce857f6b74a7 NGINX_0_9_4

nginx 0.9.4 *) Feature: the "server_name" directive supports the $hostname variable. *) Feature: 494 code for "Request Header Too Large" error.
author Igor Sysoev <http://sysoev.ru>
date Fri, 21 Jan 2011 00:00:00 +0300
parents 5c576ea5dbd9
children d0f7a625f27c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
554
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
1
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
2 # Copyright (C) Igor Sysoev
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
3
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
4
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
5 cat << END >> $NGX_MAKEFILE
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
6
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
7 $NGX_LIBATOMIC/src/libatomic_ops.a: $NGX_LIBATOMIC/Makefile
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
8 cd $NGX_LIBATOMIC && make
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
9
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
10 $NGX_LIBATOMIC/Makefile: $NGX_MAKEFILE
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
11 cd $NGX_LIBATOMIC && ./configure
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
12
5c576ea5dbd9 nginx 0.8.29
Igor Sysoev <http://sysoev.ru>
parents:
diff changeset
13 END