annotate auto/lib/libatomic/make @ 657:e1296af53cc0

Added tag NGINX_1_1_12 for changeset 9d21dad0b5a1
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 Dec 2011 00:00:00 +0400
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