annotate auto/lib/libatomic/make @ 605:cb7a8af637d0 default tip

Added tag NGINX_0_8_54 for changeset 611ebd77621d
author Igor Sysoev <http://sysoev.ru>
date Tue, 14 Dec 2010 00:00:00 +0300
parents 5c576ea5dbd9
children
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